FYI: I preferably don’t want to use “hard crop” feature, as I need these thumbnails to show the entire image with nothing cropped away, as it’s art we’re selling.
I amended to this, so that the portrait-sized images do not stretch all the way down the page:
ul.products li.product img {
max-height: 235px;
}
However, the wide images (like “Test2”) still float to the top. Any ideas?