Image resize to fit screen

前端 未结 6 1939
情歌与酒
情歌与酒 2020-12-10 19:08

I created this code to resize photos/images to fit the screen, considering the space available for the nav bar.

The script fires on image load and on navigation clic

6条回答
  •  离开以前
    2020-12-10 19:29

    I know this question is well old, but here's a solution (although I'm sure the OP's works fine too):

    This jQuery plugin seems to do exactly what you need: http://code.google.com/p/jquery-imagefit-plugin/

    if you perform it on a 100% height, 100% width element: http://www.tutwow.com/htmlcss/quick-tip-css-100-height/

    
    
    

    (demo: http://jsfiddle.net/nottrobin/9Pbdz/)

提交回复
热议问题