如何按原样逐步加载背景图像?

时间:2013-11-01 06:14:00

标签: css background-image progressive

我有一个635 KB的JPG文件作为背景,在页面加载之前它不会显示。

只要有人点击它,我的网站就会变得难看。

如何按收到的方式逐步加载?

我的css是

html {
        background: url(img/1.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

0 个答案:

没有答案