-
Notifications
You must be signed in to change notification settings - Fork 78
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
Option to remove remove the zoom from the specific image ? #130
Comments
I faced the similar issue, while working with a carousel / slider library with elevatezoom-plus. Note that, elevatezoom-plus already support such feature (Colorbox Gallery Example), but i have to use it with Slick Slider. My problem was, when i click / select separate image from the carousel, i have to show that selected image and hover effect on that image have to render that image with elevate zoom effect. I have solved mine by following // `img` is the image HTMLElement from which i want to remove elevate-zoom effect
$.removeData($(img), "ezPlus");
$('.zoomContainer').remove(); I know this implementation might not work for you because of following
Proper way would be maintaining an identifier (may be in I would be glad to give an PR implementing that, if the maintainers allows. |
THE EASIEST solution is to edit the plugin itself.
w00t, |
How to remove the zoom for specific image when i want to ?
The text was updated successfully, but these errors were encountered: