Reply 254586 to: How can resize the product images during loading automatically?

Avatar: Olga Barlow
Olga Barlow
Support staff
October 9, 2020 at 12:36

Hello,

You can choose the option to crop images or not in Theme Options > WooCommerce > Product Images. If you want to avoid cropping but keep them aligned you can choose No crop in the mentioned settings and add the below code to Theme Options > Custom CSS to limit height:

.content-product .product-content-image img {
    max-height: 250px;
    width: auto;
}

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.