thdoan / magnify

A lightweight jQuery magnifying glass zoom plugin.
https://thdoan.github.io/magnify/
MIT License
243 stars 63 forks source link

Initialize on click #35

Closed thmohd closed 7 years ago

thmohd commented 7 years ago

Great Work, thank you for this library.

I have multiple images where they changes based on thumbnails clicking. The first image is working good since it is the selected by default and magnify() is initialized on window load. However, when you click on new image I try to reinitialize magnify but no luck.

Any help would be appreciated.

Thanks

thdoan commented 7 years ago

You need to first destroy() it, then magnify(). Examples:

https://codepen.io/thdoan/pen/vXNBjG https://codepen.io/thdoan/pen/WGvNWb