We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Elevate zoom is not working ob my shopify store it's working only for first image. I want it's work for all like first image... this is the store url - https://posherjewelry.com/collections/color-silver/products/techiya here is my code -
$('.zoom_01').elevateZoom({ zoomType: "inner", cursor: "crosshair", zoomWindowFadeIn: 500, zoomWindowFadeOut: 750 }); $('li.thumbnails-wrapper').on('click', function(){ var getImage = $(this).find("a").attr("data-zoom-image"); $(".product-single__photo--flex-wrapper img.image-zoom").attr("data-zoom-image", getImage); $('.zoomContainer').remove(); $('.zoom_01').removeData('elevateZoom'); $('.zoom_01').removeData('zoomImage'); //setTimeout(function(){ $('.product-single__photos .zoom_01').elevateZoom({ zoomType: "inner", cursor: "crosshair", zoomWindowFadeIn: 500, zoomWindowFadeOut: 750 }); //}, 3000); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Elevate zoom is not working ob my shopify store it's working only for first image. I want it's work for all like first image...
this is the store url -
https://posherjewelry.com/collections/color-silver/products/techiya
here is my code -
The text was updated successfully, but these errors were encountered: