This topic has 33 replies, 3 voices, and was last updated 6 years ago ago by Rose Tyler
Dear @malipl,
If you do not want to upload all images in same dimensions, you can use custom css code. For example:
.content-product .product-content-image {
max-height: 200px;
}
Regards
Thank you for your help. However, the whole frame of the product is bigger than the others
Hello,
Please delete the previous code and add this in Theme Options > Custom css > Custom css for desktop:
.single-product .product-content-image img {min-height: 300px !important;}
.content-product .product-content-image img { max-height: 268px;}
Regards
You must be logged in to reply to this topic.Log in/Sign up