0
我是一個圖像的哈維格麻煩,通過使用CSS中的「包含」在頂部圖像和下一個段落之間添加了巨大的間距。當我使用「覆蓋」沒有間距問題,但圖片寬度太高。背景圖像(CSS)的縮放寬度問題
我使用這個在CSS
.headerLine{
position: relative;
width: 100%;
overflow: hidden;
height: auto;
background-repeat: no-repeat;
background-position: center top;
background-image: url(../images/bgTop.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: contain;
我upoaded 100%的桌面圖片,使用Cover,採用包含一個用於所希望的結果在這裏:Description