Background-image太大,即使background -size:cover;



我的background-image显示的太大了,我已经尝试了几乎所有的方法,我想把我的头发扯下来,哈哈

这是我的CSS:

html {
background-image: url("https://images.pexels.com/photos/2662116/pexels-photo-2662116.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}

body {
width : 100%;
height : 100%;
background : url('https://images.pexels.com/photos/2662116/pexels-photo-2662116.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940');
background-repeat: no-repeat;
background-position: center;
background-size: cover
}

最新更新