Home Forums WoodMart support forum Product image on mobile to big Reply To: Product image on mobile to big

#234331

Hello,

As I mentioned in my previous reply, the images will lose quality if you try changing their height using CSS.

If you still want the CSS then try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

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

Best Regards.