zoom icon indicating copy to clipboard operation
zoom copied to clipboard

not working...not sure why

Open zzramesses opened this issue 12 years ago • 1 comments

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

zzramesses avatar Feb 28 '13 07:02 zzramesses

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.

jackmoore avatar Feb 28 '13 12:02 jackmoore