背景放大ipad和iphone

时间:2016-11-06 16:32:27

标签: css

当我在Iphone或Ipad上查看我的网站时,我不明白为什么我的背景会缩小1500%左右。

我的背景的CSS代码在这里:

    html { 
          background-image: 
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: left top;
          background-attachment:fixed;
   }

评论后更新

iPhone

[![iPhone] [2] [2]

ipad公司

[![ipad公司] [3] [3]

桌面 [![桌面] [4] [4]

1 个答案:

答案 0 :(得分:0)

iPhone和iPad“屏幕分辨率为1920 x 1080”,您是否已将这些标签添加到网站顶部:

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="height=device-height, initial-scale=1.0">