【发布时间】:2022-03-31 07:40:50
【问题描述】:
我在这里为我的网站使用固定的背景封面:http://www.datisdesign.com
每个页面都有一个大标题图片,但在手机等小型设备中,封面图片变得如此之大。我想让它在移动设备上更小。
这是我正在使用的代码:
#takelessons {
background: url(../img/portfolio/takelessons-intro.jpg) no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center top;
}
【问题讨论】:
-
试过
background-size:contain?或background-size:auto?