This topic has 2 replies, 2 voices, and was last updated 9 years ago ago by Eva Kemp
Hi,
I’m trying to reduce the size of the images that show in Quick View. Right now the actual image size is shown but I want to reduce the height to 500px. I couldn’t find the option in Theme Options -> Quick View, nor in WooCommerce Settings -> Products -> Display where it seems I can change all other product image size options.
Ideally, I would like to have the Quick View product image show in the same size as Single Product Image.
All help much appreciated!
Hello,
Please use this code in Custom CSS for desktop:
.quick-view-popup .product-images img {
height: 500px !important;
width: auto;
}
.quick-view-popup .product-images {
height: 500px !important;
}
Regards,
Eva Kemp.
Tagged: best selling, image size, quick view, set size, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up