cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.4 Not support Magnifier

Magento 2.3.4 Not support Magnifier

<var name="magnifier">
            <var name="fullscreenzoom">20</var>  <!-- Zoom for fullscreen (integer)-->
            <var name="top"></var> <!-- Top position of magnifier -->
            <var name="left"></var> <!-- Left position of magnifier -->
            <var name="width"></var> <!-- Width of magnifier block -->
            <var name="height"></var> <!-- Height of magnifier block -->
            <var name="eventType">hover</var> <!-- Action that atcivates zoom (hover/click) -->
            <var name="enabled">true</var> <!-- Turn on/off magnifier (true/false) -->
            <var name="mode">outside</var> <!-- Zoom type (outside/inside) -->
        </var>

Here is the link, It does not work on the magnifier. 

http://3a5fedc53f.nxcli.net/treasuresofmorocco/handmade-cap-heavy-weight-offwhite.html

1 REPLY 1

Re: Magento 2.3.4 Not support Magnifier

I did fix this issue,
Magento 2.3.4 use a css code which make the issue:
img, object, video, embed { max-height: 100%; max-width: 100%; }
Use bellow css for fix the issue:
.magnifier-preview img{ max-height: none; }