我正在尝试使我的#header 背景图像流畅,以便在任何移动设备上看起来都不错。我正在使用这个模拟器来测试我的网站http://transmog.net/iphone-simulator/mobile-web-browser-emulator-for-iphone-5.php?u=http://toarumajutsunoindex.me/
,背景图像在 chrome 中没有显示正确的纵横比,但在 Firefox 中它工作正常。我真的不知道它在真正的 iphone 上是否好看。谁能帮我修复背景?
background-image: url(images/header.jpg);
background-repeat:no-repeat;
background-position:top;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
width: 100%;