.box img { width: 100%; height: 100%; } .box1 img { object-fit: cover; } .box2 img { object-fit: contain; } .box3 img { object-fit: fill; }