全宽 - 正常高度BG Img

时间:2013-08-24 20:12:15

标签: jquery html css

所以我一直在谷歌的所有页面上寻找一些能帮我修复拉伸宽度背景图像的代码。我希望使我的背景图像适合所有浏览器分辨率宽度,高度必须保持它在图像上的高度。

到目前为止,我的代码给了我一个全宽背景,但没有拉伸图像所以它的全宽,但图像没有让步。

body{
background-color:#575c70;
background: url('http://i.imgur.com/1MS4u4y.jpg');
height: auto;
width: 100%;
left: 0;
background-repeat: no-repeat;
position: absolute;
}

2 个答案:

答案 0 :(得分:1)

你也可以使用:

background-size: cover;

答案 1 :(得分:0)

全宽和恒定高度:

background-size: 100% 1340px;