gpt4 book ai didi

HTML5UP,浏览器未最大化时图像很小

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

如题所示,我上传问题截图:这是图片。 http://i.stack.imgur.com/LEjBB.png

enter image description here

我已经尝试解决这个问题,但我不是那里最有经验的编码员。如果有人遇到这个问题或知道解决方案,请回答 :) 它可能很简单,但我找不到,因为我很愚蠢,大声笑。无论如何,谢谢您的关注:)这是我的 index.html:

<!DOCTYPE HTML>
<!--
Aerial by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Oracle RPG</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">

<!-- Header -->
<header id="header">
<h1>Oracle RPG</h1>
<p>A BETTER EXPERIENCE&nbsp;&bull;&nbsp; BUILT FOR THE GAMER &nbsp;&bull;&nbsp; BY THE GAMER</p>
<nav>
<ul>
<li><a href="#" class="icon fa-comment"><span class="label">Forums</span></a></li>
<li><a href="#" class="icon fa-usd"><span class="label">Donor Area</span></a></li>
<li><a href="#" class="icon fa-youtube-play"><span class="label">Youtube Channel</span></a></li>
<li><a href="#" class="icon fa-tag"><span class="label">Ranks & Apply Area</span></a></li>
</ul>
</nav>
</header>

<!-- Footer -->
<footer id="footer">
<span class="copyright"><font size="1">&copy; Untitled. Design: <a href="http://html5up.net">HTML5 UP</a>.</span></font>
</footer>

</div>
</div>
</body>
</html>

最佳答案

在您所有的 css 文件中,您使用 id #bg 声明您的 div,如下所示:

bg {
background-size: 2250px auto; /*the first value is different in all css files*/
width: 6750px;
}

第一个值是图像的宽度,第二个值是高度。每个 css 文件(宽、普通、移动等)的宽度都不同,所以您只需将背景大小的宽度更改为您想要的任何宽度,问题就消失了! :)

关于HTML5UP,浏览器未最大化时图像很小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29356284/

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