thdoan / magnify

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

Question not a bug #45

Closed mylastore closed 6 years ago

mylastore commented 6 years ago

Mobile only offset touch point or in this case the user finger to be at the bottom not in the center so the zoom viewable area is clear from obstruction.

I hope this makes sense to anyone.

thdoan commented 6 years ago

In mobile when you release your finger the lens should still be visible until you tap again. You are free to fork this and add offset options for the lens (or you might be able to offset the lens completely in CSS) :-).