Reply 318273 to: Can’t change single products gallery photos height

Avatar: Olga Barlow
Olga Barlow
Support staff
February 23, 2022 at 21:02

Hello,

Nope. You can just limit the max-height for the product gallery images using custom CSS (Theme Options > Custom CSS)

.etheme-woocommerce-product-gallery .swipers-couple-wrapper .swiper-wrapper img {
    width: auto;
    max-height: 500px;
}

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.