gpt4 book ai didi

css - 使用 CSS 和 Bootstrap,如何将背景图像设置为屏幕尺寸的 1/3?

转载 作者:行者123 更新时间:2023-11-28 01:10:29 26 4
gpt4 key购买 nike

我正在使用带 Bootstrap 的内联 CSS 执行以下操作。但是,它不起作用。

<div class="container" class="img-responsive" class="img-fluid" style="background-image: url('img/projects_cover.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center center; width: 100%; height: 100%">

最佳答案

您的 background-size: cover 表示“100% 覆盖所有 div”

将其更改为 background-size: 33% 100%;

DEMO LINK

<div class="container" class="img-responsive" class="img-fluid" style="background-color: red; background-image: url('https://gyazo.com/79d8af055c1ff36c01c01fb530d896de.png'); background-repeat: no-repeat; background-size: 33% 100%; background-position: center center; width: 100%; height: 200px; border: 1px solid red;">

附言你可以写 class="container img-responsive img-fluid"
而不是 class="container"class="img-responsive"class="img-fluid"

关于css - 使用 CSS 和 Bootstrap,如何将背景图像设置为屏幕尺寸的 1/3?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52132598/

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