I have three images next one the other creating a 3 column layout of images. I need this images to have a specific height so they're cropped to this height no matter how the image is.
The point is that I need those images to keep an aspect ratio depending on how you resize your window.
If I declare an specific height (i.e. 700px or 70vh), the aspect is so much different if, let's say, the window is 1900px wide or 700px.
Is there a way I can "lock" the height dimensions of the images so they keep their aspect no matter how's your screen and considering every image might not have same height as the other?
Thanks in advance