Hmm ok, lets try and work out some css that can workaround this issue. I’m still unable to replicate it here, for whatever reason, so it makes it especially hard to understand.
Can you try adding this css:
@media (min-width: 1200px) {
.product-type-standard figure img {
min-height: 326px;
}
}
@media (min-width: 1430px) {
.product-type-standard figure img {
min-height: 400px;
}
}
That should theoretically stop any squashing from happening. Let me know how you get on with it.
– Ed