This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Olga Barlow
Can’t change single products gallery photos height. Is there a way to use fixed height like there is to use one width with products images?
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
Tagged: change, height, product gallery, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up