可以這樣設定背景: 1、<body style="background-image: url("圖片文件地址"); background-attachment: fixed;"> 這樣背景圖片就會固定住,不會因頁面滾動而重復。 2、使圖在任何大小的屏幕都不會顯示重復,可以這樣設定背景(圖像不平鋪): <body style="background-image: url("圖片文件地址"); background-repeat:no-repeat;">
圖片自適應: Bootstrap :樣式class="img-responsive"