Question

I'm facing a problem with product magnifier on the product detail page. when i hover my mouse over an area in the product image it is more showing other parts of the image and the size doesn't increase. like in this capture

enter image description here

I tried to modify magnifier properties in the view.xml but it doesn't change anything. Any help please !!

Was it helpful?

Solution

I think most of this issue is CSS problem.So set css your requirements

For Example :-

img, object, video, embed { max-height: 100%; max-width: 100%; }

Use bellow css for fix the issue:

.magnifier-preview img{ max-height: none; }

Any Problem Let me Know.

THANKS.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top