<img class="img" src="https://satyr.dev/300x300?text=IMG (original)" width="300" height="300" alt="Image…">
<img class="img img--cut" src="https://satyr.dev/300x300?text=IMG (cropped)" width="300" height="200" alt="Image…">
xxxxxxxxxx
.img--cut {
object-fit: cover;
object-position: bottom;
}
/* etc: */
body {
display: flex;
flex-wrap: wrap;
}
.img {
padding: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.