I need to stretch the image without distortion:
img {
width: 100%;
height: 300px;
object-fit: cover;
}
But the object-fit
is not supported in IE..
there a way to fix this.
I need to stretch the image without distortion:
img {
width: 100%;
height: 300px;
object-fit: cover;
}
But the object-fit
is not supported in IE..
there a way to fix this.