最大化背景图像

时间:2013-05-29 21:16:07

标签: resize image-resizing resize-image

如果在其他地方已经回答过,我很抱歉,但阅读所有不同的答案和代码只是简单的混乱。这是到目前为止页面的代码:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- #BeginEditable "doctitle" -->
<title>Stewart Creations</title>
<!-- #EndEditable -->
</head>

<body style="background: url('Scroll.png') no-repeat center; background-attachment: fixed">

</body>

</html>

现在 - 我从另一个答案得到的无重复部分,以便解决第一个问题。我现在需要的是将图像拉伸到100%的屏幕覆盖范围(无论窗口大小)。

如何简单地添加一些东西以将图像拉伸到100%x 100%?

0 个答案:

没有答案