Scale image to fit a bounding box

前端 未结 13 2096
轻奢々
轻奢々 2020-11-27 10:17

Is there a css-only solution to scale an image into a bounding box (keeping aspect-ratio)? This works if the image is bigger than the container:

img {
  max-         


        
13条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 10:51

    Today, just say object-fit: contain. Support is everything but IE: http://caniuse.com/#feat=object-fit

提交回复
热议问题