Home › Forums › WoodMart support forum › Crop image height on single product page › Reply To: Crop image height on single product page
March 25, 2020 at 8:45 am
#182161
Aizaz Imtiaz Awan
Keymaster
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.