我正在使用bootstrap jumbotron,並且包含背景圖片。調整屏幕大小會使圖像平鋪並重復,而我希望圖像的響應性調整大小。Responsive Bootstrap Jumbotron背景圖片
<div class="jumbotron" style="background-image: url(http://www.californiafootgolfclub.com/static/img/footgolf-1.jpg); background-size: 100%;">
<div class="container for-about">
<h1>About</h1>
</div>
</div>
你將如何去使圖像響應? The site is HERE。感謝您的想法!
您可以使用「封面」而不是「100%」 –
處理圖像上的正確尺寸是非常重要的一步。我發現使用sketch3減輕了許多這些問題。 – Winnemucca