How to disable for svg images? #197
Unanswered
monica-m-ps
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It seems like you rather want to disable the zoom on images that are contained in links. We have a thread about this. In your selector, you can use mediumZoom(':not(a) > img'); |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. First of all, thank you for this feature. I love this. And have used it for our website https://docs.dojo.tech/docs/
So if you scroll down to the plugins section where we have the svg images of those plugins, the zoom should ideally not work there because of redirection to another page. How do I disable the zoom for these svg icons?
Beta Was this translation helpful? Give feedback.
All reactions