推薦教學:Bootstrap教學
1、首先我們需要自定義一個css樣式
.bg { background:url(图片地址) no-repeat center; background-size:contain; }
2、在我們需要用到該樣式的div中引用它
##
<div class="row bg">
# 3.如果需要圖片不隨捲軸滾動,即固定不動則加fixd
.bg { background:url(图片地址) no-repeat center fixed; background-size:contain; }原文章地址:https://www.cnblogs.com/Hayley1666/p/8479491. html
以上是bootstrap怎麼設定背景圖片自適應的詳細內容。更多資訊請關注PHP中文網其他相關文章!