使标题图像响应

时间:2014-08-12 17:13:13

标签: responsive-design

我正在努力使Header图像响应。但是无法让它发挥作用...... 谁知道错了?

css,

#sliderHolder img,
img {
    max-width: 100%; 
    height: auto; 
}


#sliderHolder {
    background: url("images/wrapperBg1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 375px;
    margin: 0 auto;
    max-width: 980px;
}

1 个答案:

答案 0 :(得分:0)

将此添加到您的CSS。

#sliderHolder{background-size: contain;}

只需在ID的现有CSS中添加此属性即可。