Magento 1.9 RWD Theme – Zoom on Product Image Not Working

magento-1.9product-imageszoom

The zoom on product images only seems to work, when the images are square. Whenever they are not, no zoom pops up.

I am using a slightly modified version of the RWD theme. The problem also occurs when switching to the original RWD theme though.

Any ideas?

Best Answer

There is not enough information in your post to answer your question. To identify and debug the issue, the URL of your page is required.

It is quite common for image zooming not to show on non-standard Magento themes. The fix is usually to modify the template, ensuring that the zoom JavaScript and CSS files are being referenced; that the template is fetching the correct size for large and small images and that there are no conflicts with other scripts in the template.

In all cases, ensure that product images you uploaded are sufficiently large to be zoomed. At least 500px width and preferably more than 800px width. The larger the image, the higher quality the zoom. Some small images may not zoom at all.

Also consider installing a Magento image zoom extension that already supports the RWD theme such as Magic Zoom Plus. Zoom extensions typically support many themes by default.

Related Topic