gpt4 book ai didi

html - 背景图片下方的空白

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

当我最小化窗口时,我的图像下方会出现一个白色条,当它没有最小化时,没有空白。我检查过我的背景下面没有空白。图片实际分辨率为1920x1080。

我相信是背景缩小导致了这个问题。我可能是错的,但如果我是对的,我该如何防止背景缩小到其分辨率以下?

我试过背景大小:覆盖/包含。

html, body{height: 100%;}

这是我当前的代码:

`html, body{
height: 100%;
}

body{
margin: 0;
padding: 0;
font-family: 'Abel', sans-serif;
background: url(test2.jpg);
background-size: cover;
background-repeat: no-repeat;
}`

最佳答案

这可能是因为您的 html 页面是静态的。
要启用“动态”模式,您需要在头部添加这一行:
<meta name="viewport" content="width=device-width, initial-scale=1.0">

关于html - 背景图片下方的空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56306740/

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