<varname="magnifier"><varname="fullscreenzoom">20</var><!-- Zoom for fullscreen (integer)--><varname="top"></var><!-- Top position of magnifier --><varname="left"></var><!-- Left position of magnifier --><varname="width"></var><!-- Width of magnifier block --><varname="height"></var><!-- Height of magnifier block --><varname="eventType">hover</var><!-- Action that atcivates zoom (hover/click) --><varname="enabled">true</var><!-- Turn on/off magnifier (true/false) --><varname="mode">outside</var><!-- Zoom type (outside/inside) --></var>
Here is the link, It does not work on the 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; }
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.