我的网站上有一些背景图片没有显示在iPad上。
这些图片的代码是:
#section-biography { background: transparent url(../img/bio.jpg) no-repeat fixed 50% 0; }
我在这里读到 (Really) Long Background Image Does Not Render on iPad Safari iPad上背景图片的最大尺寸为:
width * height ≤ 3 * 1024 * 1024
如果我的背景上有几个不同的图像,上面的公式是否适用于所有背景图像的总和,换句话说,公式变为:
width_img_1 * height_img_1 + width_img_2 * height_img_2 + .... width_img_n * height_img_n ≤ 3 * 1024 * 1024