thdoan / magnify

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

how to disable on mobile device #71

Open david-j-m opened 2 years ago

david-j-m commented 2 years ago

Hi, I only want to use magnify when hovering on desktop / tablet. How do I disable it on mobile? Thanks for any help

VaelVictus commented 10 months ago

This worked for me:

.magnify {
    pointer-events: none;
}