Reply 252093 to: Product Gallery should be of same size

Avatar: Olga Barlow
Olga Barlow
Support staff
September 21, 2020 at 15:46

Hello,

I have checked the mentioned product and gallery images are the same size and cropped http://prntscr.com/ul6zwr

But the single product images are different. WooCommerce does not have option to crop the single product images.
You can limit the height of the single product images by adding the following code to Theme Options > Custom CSS

.swipers-couple-wrapper .swiper-wrapper .woocommerce-product-gallery__image img.attachment-shop_single {
    max-height: 400px;
    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.