我有一个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;
}