gpt4 book ai didi

html - 在 Bootstrap 中获取响应式全宽图像

转载 作者:行者123 更新时间:2023-11-28 04:12:49 26 4
gpt4 key购买 nike

我在让标题图像在每台设备上全宽时遇到问题。我通过将背景大小更改为 100% 来解决此问题。现在图像的顶部和底部有黑条,将内容与图像分开。解决此问题的最佳方法是什么?

这是我的 CSS:

//Color Pallette
$backgroundWhite: #d1d1d1
$spectrumRed: #a10019
$darkestGrey: #2f2f2f
$darkGrey: #252525
$grey: #6e6e6e

//Fonts
$raleway: 'Raleway', sans-serif
html,body
overflow-x: hidden
height: 100%
margin: 0
padding: 0

li
font-family: $raleway
.container-fluid
background-color: #333
border-bottom: 4px solid $spectrumRed
#navbarItem:hover
color: $backgroundWhite
#active
background-color: $spectrumRed
color: $backgroundWhite

.wide (THIS IS THE IMAGE CONTAINER DIV)
margin-top: -60px
background: #000 url("/img/9114.jpg") center center
background-size: 100%
background-repeat: no-repeat
width: 100%
height: 80%
display: inline-block

#modelName
background-color: $darkGrey
color: $backgroundWhite
width: 100%
margin-top: -35px
display: inline-block
border-bottom: 10px solid $spectrumRed
#modelName h1
font-family: $raleway
font-weight: 600

还有我的问题截图: Screenshot of Issue

最佳答案

你应该使用属性:

background-size: cover;
height: 100vh;
width: 100vw;

实现 100% 完全响应的图像。您可以随时将背景大小更改为:

background-size: content

对于平板电脑和手机,但对于桌面应该没问题:)

关于html - 在 Bootstrap 中获取响应式全宽图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42636465/

26 4 0
文章推荐: javascript - 选择一次后,Ionicpopup 自动光标就会消失
文章推荐: c++ - 解壳 C++ : Transform multiple variable initialization per line posible?
文章推荐: c++ - 使用 cppcheck 进行多行抑制
文章推荐: css -
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com