CSS - justify img for dimension with object-fit:cover

0 votes
14 views
added Aug 27 in CSS by lcjr First Warrant Officer (11,990 points)
img.w100 {
    width: 100%; 
    height: 350px; 
    object-fit: cover;
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...