Fit website background image to screen size

后端 未结 13 804
孤独总比滥情好
孤独总比滥情好 2020-12-01 06:42

I\'m just starting on a website and I already encounter a small problem where I can\'t find a specific solution to.

I wanted to make my website background fit any sc

相关标签:
13条回答
  • 2020-12-01 07:29

    you can do this with this plugin http://dev.andreaseberhard.de/jquery/superbgimage/

    or

       background-image:url(../IMAGES/background.jpg);
    
       background-repeat:no-repeat;
    
       background-size:cover;
    

    with no need the prefixes of browsers. it's all ready suporterd in both of browers

    0 讨论(0)
提交回复
热议问题