You can rework your code to use background images instead of regular images and then give your container a specified height and width:
https://codepen.io/ninthony/pen/PopPNXd
Or alternatively you can give the images a set width and height with CSS and set the image element’s object-fit property to “cover”:
https://www.digitalocean.com/community/tutorials/css-cropping-images-object-fit