gpt4 book ai didi

php - Bootstrap Carousel 图像在屏幕较小时压缩

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

如何让我的图像像

http://graduateland.com/

我尝试遵循他们的 css,我目前正在使用 bootstrap 3 轮播。

我当前的代码

.carousel-inner > .item > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
}

毕业之地

[id="get-started"] {
display: table;
width: 100%;
height: 100%;
margin-top: 0;
padding-bottom: 0;
background-image: url("/newgl/gateway/gl/img/home-hero.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: 100%;

id="get-started"] {
background-size: auto;
background-position: center top;
}

已更新

element.style {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

最佳答案

回答~

position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: #000 url('URLEREE) no-repeat;
-moz-background-size: cover;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-color: transparent;

关于php - Bootstrap Carousel 图像在屏幕较小时压缩,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20208886/

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