Home Forums WoodMart support forum 1×1 ratio image on products list Reply To: 1×1 ratio image on products list

#189843

Nejc
Participant

I temporary fix it with edit CSS in Woodmart theme.

I replace:
img{max-width:100%;height:auto;border:0;vertical-align:middle;}

with:
img{max-width:100%;border:0;vertical-align:middle;object-fit:cover;}

Why are you using “height:auto;”? I can’t remove it within child theme, so with every update I need to fix it again?