2015-09-24 101 views
1

當縮小瀏覽器窗口並查看jumbotron時,會有額外的空間在圖像下方不斷擴大。Bootstrap jumbotron背景圖像額外的空間縮小時

它看起來像這樣:

正常100%的寬度 enter image description here

50%瀏覽器寬度: enter image description here

20%瀏覽器寬度(移動,問號是膨脹額外的空間) : enter image description here

當我調整瀏覽器的大小時,灰色的額外空間會展開和收縮。

這是我的jumbotron CSS;

.jumbotron { 

    background-image: url('Banner_responsive.jpg')!important; 
    background-size: 100% !important; 
    background-repeat: no-repeat !important; 
    padding-bottom: 17px !important; 
    margin-bottom: -5px !important; 

} 
+0

題外話:不是所有的'important'標誌,給你的超大屏幕自定義類和目標,像'.jumbotron。 myclass'。 – isherwood

回答

相關問題