Object-fit
To make an image fit in a certain space so they are al equal in size.
Source: https://www.w3schools.com/css/css3_object-fit.asp
img {
width: 200px;
height: 300px;
object-fit: cover;
}Code language: CSS (css)
Flex grow
To give all objects in a container the same size
Source: https://css-tricks.com/almanac/properties/f/flex-grow/
- Parent container = flex
- Image container flex grow 1