Home Forums WoodMart support forum Crop image height on single product page Reply To: Crop image height on single product page

#182161

Hello,

As I mentioned in my previous reply. The images are controlled by woocommerce itself and our theme doesn’t influence this. To set the height of the image you can use the following Custom CSS in the Custom CSS for desktop area under Theme Settings >> Custom CSS.

.product-images img {
	height: 500px;
}

You can set the height according to your needs.

Best Regards.