fit the image
2022年5月1日小于 1 分钟
fit the image
Question
Suppose we have following image of ratio 1:4

Now in an HTML structure like below, please fit the image to the container div, just as if it is used as container's background-image with background-size:cover
.
<div>
<img class="image" src="..."/>
</div>