How to resize an image to fit in the browser window?

后端 未结 14 1205
再見小時候
再見小時候 2020-11-28 19:00

This seems trivial but after all the research and coding I can\'t get it to work. Conditions are:

  1. The browser window size is unknown. So please don\'t propose
14条回答
  •  孤独总比滥情好
    2020-11-28 19:28

    I had a similar requirement, and had to do it it basic CSS and JavaScript. No JQuery available.

    This is what I got working.

    
          
                
                
          
          
          ----    
          
    
    

    Note : I haven't used 100% for image width as there was always a bit of padding to be considered.

提交回复
热议问题