Reply 332666 to: Woocommerce grid products, image doesn’t changes, when I select options

Avatar: Rose Tyler
Rose Tyler
Support staff
August 28, 2022 at 19:04

Hello,

Sorry for misunderstanding you from the first posts, so let’s try to figure it out.
1/ You want to keep the image size as you have (any size you want)
2/ But you don’t want to make images stretch (blurred if size of image is smaller than it could be on a large PC)
3/ If it is so you may use the next solutions
3.1/ Add next lines of css on your Products Widget -> Advanced Tab -> XStore Custom CSS -> https://prnt.sc/9BSn69hsUR_s (you will have images not stretched but max-sized due to column)

selector .content-product .product-content-image img {
width: auto;
}

3.2/ Or you may disable global option of stretching product images -> Theme Options -> WooCommerce -> Shop -> Products Style -> https://prnt.sc/sMXZVvMN5P7l
I hope you can find the right solution for your case from the provided two above 🙂

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.