You can achieve this with simply adding object-fit: cover;. An example might be like –
img {
height: 300px
width: 100%;
object-fit: cover;
}
You can achieve this with simply adding object-fit: cover;. An example might be like –
img {
height: 300px
width: 100%;
object-fit: cover;
}