0
我遇到問題,因爲我的背景圖像未在不同屏幕大小下調整大小。我的代碼是這樣的:使用不同屏幕調整背景圖像的大小
home.scss
.home {
background: url("../../img/my_image.png") no-repeat center center fixed;
}
有人知道我怎麼能解決呢? 在此先感謝。
此致敬禮。
我遇到問題,因爲我的背景圖像未在不同屏幕大小下調整大小。我的代碼是這樣的:使用不同屏幕調整背景圖像的大小
home.scss
.home {
background: url("../../img/my_image.png") no-repeat center center fixed;
}
有人知道我怎麼能解決呢? 在此先感謝。
此致敬禮。
嘗試使用背景大小作爲封面或100%。
.home { background:url(「../../ img/my_image.png」)無重複中心/ 覆蓋固定; }