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

前端 未结 8 1002
孤城傲影
孤城傲影 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:45

    Here's a quick function that will adjust the height or width to 100% depending on which is bigger. Tested in FF3, IE7 & Chrome

    
    
    
    
    
    
    
    
    

提交回复
热议问题