Hi, I am facing the hover zoom issue. Some products stretches too much on hover and some product don’t. URL is attached: https://dealsoutlet.com/products/hp-elitedesk-800-g2-business-desktop-intel-core-i7-6700-3-4ghz-16gb-ddr4-ram-256gb-ssd-hard-drive-windows-10-renewed?variant=40626551259317 kindly help me out. CSS code
@media (min-width: 1200px) {
.slick-slider img {
max-height: inherit !important;
}
.product-img-box .slider-for [data-zoom] {
max-height:550px !important;
object-fit: inherit !important;
}
}