zoom
zoom copied to clipboard
not working...not sure why
http://sp.thesrpr.com/product/houndstooth-single-breast-blazer-elliot-fit/
The plug-in is called on the main image. In Chrome Developer tools I can see the image I set at the zoom image in the markup. When I hover over the image I see the opacity of the zoom image change from 0 to 1 but nothing else happens.
It's not working on any of the images in the shop
I think the issue here is some script conflict. Open your developer console and run this:
$('#main_product_image').outerWidth();
That should return a number, not a jQuery object. Looks like something might have overwritten jQuery's default methods.