0
votes

In my website zoom feature is not working. On hovering over an image the selected area shown is a complete image and zoom image also seems to be the same.

Is there any way I can select a small area of the original image that will be zoomed when hovering?

Screen shot of zoom feature

2

2 Answers

0
votes

i think your js are conflict to each other

Try this :

<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script>jQuery.noConflict();</script>

Magento 1.9 - zoom and selecting options not working

0
votes

It looks like the zoom is working because in your screenshot, the zoomed image is slightly larger than the main image.

The problem is probably either:

A) Your original image is too small. To resolve this, upload a larger image, at least 800px width preferably (and as much as 1500px width).

or:

B) Your template is not fetching the largest version of your image. You can choose which image is displayed as your zoom image and it should almost always be the largest version. This can be adjusted in your Magento admin settings or coded manually in your template (depending on what theme you're using).

For a more detailed answer, please provide the URL of your page.