$(document).on('woo_variation_gallery_slider_slick_init', function() {
$('.product-gallery .slick-slide').each(function(i) {
var img_url = $(this).find('.wvg-gallery-image img').attr("src");
$(this).zoom({url: img_url});
});
});
WooCommerce, Wordpress
Add zoom for all images gallery
Add zoom for all images gallery
i’ve disabled the zoom option from this Additional Variation Images Gallery for WooCommerce and used the library they/WC use to do the zoomages gallery