29, how to specify the picture width and height proportionally display

<img src="img/img.png"/>

 

img{

  width:300px;

  height:100px;

  object-fit:cover;

}

Guess you like

Origin www.cnblogs.com/xlfdqf/p/11307287.html