fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 332 forks source link

let it not be reduced again #100

Open kohunglee opened 2 years ago

kohunglee commented 2 years ago

If the magnification of the image is less than 1 after calculation, or the image in the web page is larger than its own size, let it not be reduced again, so as to prevent the strange effect that the image is not "zoom" but reduced after clicking as this:this._imgScaleFactor = (this._imgScaleFactor<1) ? 1 : this._imgScaleFactor