fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 332 forks source link

What about images in <a>? #38

Closed xiangming closed 9 years ago

xiangming commented 9 years ago

like this:

<a href="https://github.com/">
    <img class="img-responsive" data-action="zoom" src="img/post-sample-image.jpg" alt="">
</a>

Can we disabled zoom.js for this situation?

fat commented 9 years ago

don't add the zoom data action to images if you don't want them to zoom ;)