This forum is now Read-Only. The Magento Community Forum is scheduled to close permanently on December 31, 2025. Please save any necessary information before this date. Join us on Slack for continued engagement!
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; }