gpt4 book ai didi

css - 如何将背景图像设置为background-size : contain on initial load but prevent it from resizing on window resize?

转载 作者:行者123 更新时间:2023-12-03 03:32:44 26 4
gpt4 key购买 nike

有什么办法可以做到这一点吗?我正在创建一个 HTML 应用程序,我不希望在打开软键盘时调整背景图像的大小。谢谢!

最佳答案

<小时/>

.element{
/*important*/
width: [you-width];
height: [you-height];
/*image*/
background-image: url(some.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: 0 0;
/*optional*/
position: relative;
background-attachment: fixed;
overflow: hidden;
}
<小时/>

关于css - 如何将背景图像设置为background-size : contain on initial load but prevent it from resizing on window resize?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29700803/

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