嗨,大家好我有一個背景圖片設置爲背景,我想它,以便當用戶按比例縮小的窗口,它會隨之調整:使圖像縮小時,窗口大小調整
HTML:
<div class="parallax">
</div>
CSS:
.parallax {
background-image: url("../Images/back1.jpg");
min-height: 700px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 100px 20px;
}
我得到它的時候,我改變background-size: cover; to contain
工作,但它減少了一些圖像的從左側和右側。
小提琴鏈接:here
感謝
你的小提琴完美的作品在這裏 - 在圖像大小調整 – Johannes
@Johannes不是當u縮小它dosent窗口 – RonTheOld
真的,它(?) - 我在Firefox的Mac – Johannes