CSS force image resize and keep aspect ratio

前端 未结 23 1101
野趣味
野趣味 2020-11-22 10:04

I am working with images, and I ran across a problem with aspect ratios.

\"\"

23条回答
  •  遥遥无期
    2020-11-22 10:43

    Remove the "height" property.

    
    

    By specifying both you are changing the aspect ratio of the image. Just setting one will resize but preserve the aspect ratio.

    Optionally, to restrict oversizings:

    
    

提交回复
热议问题