Hello! I would like all of my product images to be the same height. I know I could go through a resize them all and re-upload, but I’m wondering if there is any code I could use?
I have tried adding this to the bottom of my base.css but it didn’t work. I may have the wrong classes though!

Here is my URL and I am also using the Dawn theme - any help would be appreciated thank you!
Example images below of the different height sizes.
https://www.designedbyleanne.com/products/personalised-cat-print-a4-a3-5x7-digital-beautiful-wall-art-of-cats-looking-at-birds-outside-window-unframed
Hi @DesignedLeanne
Yeah, not sure where you got that product-media-container class. I have not seen it in the source code.
So try with
.product__media-list .product__media
Should work with no issues.
1 Like
Hey @DesignedLeanne ,
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.
2 Likes
This worked - thank you so much! 
1 Like