拉伸背景以适应iPhone上的屏幕的问题

时间:2012-03-15 20:45:48

标签: javascript jquery html css

我正在使用Supersized(http://buildinternet.com/project/supersized/)来拉伸背景图像以适应屏幕。

它在桌面浏览器和iPhone中以纵向模式运行良好,但在iPhone环境中,文本溢出屏幕,图像也不会延伸到初始“视图”下方的底部。

有什么建议吗?

我尝试使用相同结果的CSS3背景大小。

演示: http://www.retype.se/temp/holding/

1 个答案:

答案 0 :(得分:0)

将此添加到您的<head>

<meta name="viewport" content="user-scalable=no, width=device-width" />

您可以稍微使用这些属性来获得所需的行为。有关此标记的更多信息,请访问: https://developer.mozilla.org/en/Mobile/Viewport_meta_tag