Make an image to fit its parent dimensions

后端 未结 6 1407
梦如初夏
梦如初夏 2020-12-14 00:25

I have some photos which have big sizes, I would like to set them to the Parent\'s dimension size. If one time the parent dimension is 1200x800, I would like to set the phot

6条回答
  •  [愿得一人]
    2020-12-14 00:49

    I might be naive, but isn't this as simple as this ?

    img {
        width:100%;
        height:100%;
    }
    

提交回复
热议问题