Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable on mobile device #71

Open
david-j-m opened this issue May 28, 2022 · 1 comment
Open

how to disable on mobile device #71

david-j-m opened this issue May 28, 2022 · 1 comment

Comments

@david-j-m
Copy link

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

@VaelVictus
Copy link

This worked for me:

.magnify {
    pointer-events: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants