#1159

stephen
Keymaster

Hi,

I’ve check this issue on my macbook and some other PC on my office -> it work well. You can see: http://monosnap.com/file/YMLG27qzVwsXZJDZJ9Fw3UbJaa9HPq#

However my suggest for you: Please go to file: app/design/frontend/default/sns_lunar/template/catalog/product/view/media.phtml fin and replace the bellow code:


jQuery(document).ready(function($) {
	jQuery("#sns_product_img<?php echo $unique; ?> #zoom_img<?php echo $unique; ?>").elevateZoom({

By:


jQuery(window).load(function($) {
	jQuery("#sns_product_img<?php echo $unique; ?> #zoom_img<?php echo $unique; ?>").elevateZoom({

Best Regards!