gpt4 book ai didi

html - 拉伸(stretch)和缩放 CSS 背景

转载 作者:bug小助手 更新时间:2023-10-28 10:53:26 26 4
gpt4 key购买 nike

有没有办法让 CSS 中的背景拉伸(stretch)或缩放以填充其容器?

最佳答案

使用 CSS 3属性背景尺寸:

#my_container {
background-size: 100% auto; /* width and height, can be %, px or whatever. */
}

这适用于现代浏览器,自 2012 年以来。

关于html - 拉伸(stretch)和缩放 CSS 背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/376253/

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