mark-rolich / Magnifier.js

Javascript library enabling magnifying glass effect on an images
MIT License
831 stars 193 forks source link

Add options to define zoom min and zoom max if zoomable is enabled. #16

Closed jessewang-arvatosystems closed 9 years ago

jessewang-arvatosystems commented 9 years ago

Love this JS plugin btw!

When I enabled the zoomable boolean, I found myself zooming in indefinitely. I added a zoomMax option so that there is a hard limit in how much I can zoom in. Also while I was at it, I added a zoomMin option so that both zoom boundaries can be defined.

mark-rolich commented 9 years ago

Thanks !