I’m using Dawn theme, on the home page under featured products, I see some of the images are very large, others are not too bad. Is there a way to correct this issue?, see below, 2-4 picture on the first row are so zoomed in that you can’t see the entire produt
1 Like
Please add the following code at the bottom of your assets/base.css file.
.collection .media>img{
object-fit: contain !important;
}
Hope this works.
This worked perfect, thanks for the support!
1 Like
Hi! Do you happen to know how I could make the images of featured product on the main page smaller (about 400 pixels wide)? I have been looking for an answer nonstop so any help would be greatly appreciated! Thank you in advance.
Same problem: It does not reduce the size of collection product image on home page
