11. fit the image
Share
- accepted / - tried
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>