Constrain height of single product images

Hi there,

I’m trying constrain the height of a single product image, I’d like it to be say 600px, without setting the width in Customiser to very narrow, which makes the landscape products display too small.

There’s an example product in the below link, can you help me reduce the height it’s displayed at please:

Thanks as ever.
Matthew

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:

.single-product .woocommerce-product-gallery__image img {
    max-height: 300px;
    width: auto;
}

Hope it helps :slight_smile:

Perfect, thanks a lot Thai.
Cheers!
Matt

You’re welcome!
We’re glad we were able to help you out.