我有一个项目,我正在使用固定的背景图像。它除了ios7以外的所有功能都很好用。在ipad上,背景图像被放大并模糊。这是我使用的CSS代码
.header { display: table; height: 100%; width: 100%; position: relative; color: #fff; background: url(../images/boston2.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
这是一个链接到实际页面 – www.wdeanmedical.com
我失踪了什么