Crop image height on single product page
-
Hi
Is there a solution to have max height for images on single product page ??
Thanks
Hello,
The product image is controlled by WooCommerce itself and in the latest versions of WooCommerce it doesn’t allow to change the height of the images you can set the main image width from Appearance >> Customize >> WooCommerce >> Product Images.
Screenshot for Clarification: https://ibb.co/vjMTdB1
Best Regards.
Ok i’ve seen that but there is noway to fix a height and make image cover with a position center for example ??
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.
Ok
that’s not what i want but thanks anyway
Most Welcome!!!.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Crop image height on single product page’ is closed to new replies.