Hello,
On the home page on site url - treebletoys.com , we have product cards which have product images in different sizes, they are cut in the current view, please help resize them so that they fit properly irrespective of size in the product cards, we use dawn theme.
Hi @Treebletoys
To fix the issue with the image add the below code to theme.liquid
Goto current theme → edit code → find theme.liquid → add below code before
1 Like
Thanks @Huptech-Web , but the product card sizes are not uniform with the above fix. Is there a better alternative ? -Thanks
Hi @Treebletoys
If you add this code then, the image will look like this ( Check screenshot )
1 Like
Thanks so much - @Huptech-Web . Sorry, am being a little finicky but if you notice the image is stretched & looks the aspect ratio is lost.
Any suggestion for same ?
Hi @Treebletoys
For a proper aspect ratio, you have to make the image the same, like 1:1, so it will show properly.
Currently, some images are small some are wide, and some are square. If we show the full image without losing the aspect ratio then the images will look different sized and if we lose the aspect ratio it will show stretched.