gpt4 book ai didi

html - 背景图片在移动设备上没有响应

转载 作者:行者123 更新时间:2023-11-28 15:06:40 25 4
gpt4 key购买 nike

我使用了 bootstrap 4 模板,然后对其进行了编辑以适合我的设计。除了一个方面,它几乎完全完全响应。我有一个背景图片作为主要标题图片。它是响应式的,除非在移动设备上。我想知道如何让它填满手机屏幕,同时缩小以显示图像。

header.masthead {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
background-image: url(../img/fg-heads-nologo.png);
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover
}

header.masthead hr {
margin-top: 30px;
margin-bottom: 30px
}

header.masthead h1 {
font-size: 2rem
}

header.masthead p {
font-weight: 300
}

@media (min-width:768px) {
header.masthead p {
font-size: 1.15rem;
}
}

@media (min-width:992px) {
header.masthead {
height: 100vh;
min-height: 650px;
padding-top: 0;
padding-bottom: 0
}
header.masthead h1 {
font-size: 3rem
}
}

@media (min-width:1200px) {
header.masthead h1 {
font-size: 4rem
}
}
<header class="masthead parallax smooth-scroll text-center text-white d-flex col-xs-4">
<div class="container my-auto">
<a href="#about"><span></span></a>
</div>
</header>

谢谢!

最佳答案

在您的 CSS 中使用以下属性

background-size:contain;
background-position:center;

关于html - 背景图片在移动设备上没有响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49268738/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com