Using object-fit.
Link: https://www.w3schools.com/css/css3_object-fit.asp
Example:
.slider-top {
height: 26rem;
a {
display: block;
height: 100%;
img {
height: 100%;
width: 100%;
object-fit: cover;
}
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)