Home Forums WoodMart support forum Quick view (Image – fill container both height and width) Reply To: Quick view (Image – fill container both height and width)

#414607

Hello,

Sorry to hear about the inconvenience.

Please try using the below Custom CSS code on your Site and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.popup-quick-view .product-image-summary {
    min-height: auto !important;
}

Hope this works out for you !

Best Regards