如何修复bootstrap 3中的大小屏幕尺寸的背景图像?

时间:2015-05-13 08:31:41

标签: css image twitter-bootstrap-3 background

我的CSS如下

git

1 个答案:

答案 0 :(得分:0)

只需将背景scroll换成fixed

即可
body {
    background: rgba(0, 0, 0, 0) url("../images/mom-bg.jpg") no-repeat fixed 0 0 / cover;
    font: 16px "anitypewritermedium";
    margin: 0 !important;
    padding: 0 !important; 
}

在线示例:http://jsfiddle.net/adaknLw4/