Hey @Printatme ,
The code solution will be ugly. The reason you have different sizes is because the image sizes are different. The height is adapting to the image height.
In the second version I think you somehow fixed the height by changing the width. As you can see, that’s a good example of what happens when you try to make equal heights for images that are very obviously not the same height. It breaks and it breaks ugly.
You should just make images of the same size, that way the code is not limiting your uploads and you have full contol over the size of the block. (Image height = block height).