문제

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 !!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top