gpt4 book ai didi

html - 如何设置背景图像以在横向模式下在移动浏览器中动态定位

转载 作者:行者123 更新时间:2023-11-28 16:44:52 24 4
gpt4 key购买 nike

我希望背景图片在移动浏览器处于横向模式时动态定位;

这是我为此编写的代码:

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=0">
<body style="margin:0; background-image: url(example.jpg); background-repeat: no-repeat; width:100%;"></body>
</head>
</html>

好像不行。有人有什么建议吗?

最佳答案

你可以使用

background-size: cover;

这将使您的图像适合整个容器。此外,删除 width=100%;

关于html - 如何设置背景图像以在横向模式下在移动浏览器中动态定位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33327453/

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