HTML - display an image as large as possible while preserving aspect ratio

前端 未结 8 999
孤城傲影
孤城傲影 2020-12-28 16:44

I\'d like to have an HTML page which displays a single PNG or JPEG image. I want the image to take up the whole screen but when I do this:



        
8条回答
  •  庸人自扰
    2020-12-28 17:37

    To piggyback on Franci Penov, yes you just want to set one of them. If you have a wide picture, you want to set width to 100% and leave height. If you have a long picture, you want to set height to 100% and leave width.

提交回复
热议问题