angular2-image-zoom
angular2-image-zoom copied to clipboard
An Angular2 Image Zoom Directive
I really like this library. I've tried all the different values for WindowPosition and even examined the source. I want the zoomed image to be below but it always displays...
Hi, in the way that the script is coded by default I have the following problem in ``` ImageZoom.prototype.setImageZoomLensSize = function () { this.imageZoomLens.setLensSize(this.lensWidth / this._widthRatio, this.lensHeight / this._heightRatio); };...
Hi there @brtnshrdr , Thanks for making this zoom module - this is one of the only zoom plugins for for Angular (2+) that works well. I noticed in v1.2.1,...
@brtnshrdr Thanks for making this zoom module. The above issue is probably caused caused due to 'mousewheel' event not having the 'wheelDeltaY' property in IE. This does not allow the...