CSS: Full Size background image

前端 未结 6 1349
失恋的感觉
失恋的感觉 2020-12-15 22:04

Trying to get full size background image with:

html {
    height: 100%;
    background:url(\'../img/bg.jpg\') no-repeat center center fixed;
    background-s         


        
6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-15 22:21

    A better solution might be to use a lightweight jQuery plugin to dynamically size the background to the browser site. One I really like is backstretch.js. They're incredibly simple to implement.

提交回复
热议问题