gangdai

Results 2 comments of gangdai

I think it's should be $(".zoomContainer").hide(); rather than $(".zoomLens").hide();

add to the above. depends on the context of your gallery / imgs style positions it might be more accurate to use something like: ``` imageLeft = $("#product-image-gallery img:visible").offset().left; imageRight...