Can’t change single products gallery photos height

This topic has 2 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Olga Barlow

  • Avatar: Kristofer
    Kristofer
    Participant
    February 23, 2022 at 15:45

    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?

    1 Answer
    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.