stop magento image zoom from loading on parse (even when successfully "turned off")
stop image zoom from loading on parse (even when successfully "turned off")
http://pro-tools-training.com/magentotes开发者_运维问答t2/index.php/doc/mix-it-like-a-record.html
I'm not sure what is going on there, but you can always hack the template to prevent it from displaying something by wrapping the code with <?php /* */?>
comments or you can add the following css:
.zoom-notice, .zoom { display: none }
Try uploading a larger image, the image doesn't appear to need to be "zoomed" since its below the width and height, the controls then disappear. To verify, try changing your design temporarily to the default template to ensure its not anything wrong with your template also.
精彩评论