thdoan / magnify

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

hide the lens when they lift the finger up #13

Closed makc closed 8 years ago

thdoan commented 8 years ago

Thanks for the PR, but I actually like the fact that the lens stays open when you release your finger because it allows you to view the zoomed image without your finger obstructing the view. You can tap anywhere else to hide the lens.

In any case, I feel the magnifying lens design isn't ideal for mobile. The best zooming experience on mobile would be to use the mobile's entire screen as the magnifying lens when they tap on the image, similar to what Amazon does on mobile. I may get around to creating an optional plugin for Magnify that does this, but no time at the moment, although you are free to give it a shot :).

makc commented 8 years ago

Closing after #12. Although maybe you could have a timeout here.

thdoan commented 8 years ago

Thanks for the suggestion, I'll add that as an option.

P.S. I should be able to work on an optional plugin for Magnify that provides a better mobile zooming experience today.