jackmoore / zoom

jQuery plugin for zooming images on mouseover.
http://www.jacklmoore.com/zoom/
MIT License
1.54k stars 459 forks source link

Zoom not working with WooCommerce Additional Variation Images #139

Open amityweb opened 6 years ago

amityweb commented 6 years ago

WooCommerce has bundled this within the plugin. But it does not zoom when using WooCommerce Additional Variation images. I have posted the issue with WooCommerce because I dont know if its an issue for them, or their plugin developer, or yourself!

See the issue here https://github.com/woocommerce/woocommerce/issues/21599#issuecomment-431866873

Additional Variation images plugin no longer has the large image version in data-src.

So to get it work with WooCommerce I have used getAttribute('data-large_image') and it works.

WooCommerce state its a low priority and not fixing it anytime soon.

I'll have to look into not including in WooCommerce somehow, or just making it unwriteable, so we can continue to have updates util this issue is fixed.