好吧,这是我的代码:
#header {
background-image: url('http://hamsoc.polymath.io/wp-content/uploads/2013/05/hamsocheader.png');
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-bottom: 15%;
}
它正确缩放,就像我想要的那样,但是如果您访问实际图像http://hamsoc.polymath.io/wp-content/uploads/2013/05/hamsocheader.png您会发现它更多比它出现在网站上时更清晰。有不同的方法吗?有没有办法以完美的分辨率使用 padding-bottom?
先感谢您!