0
我的網站有一些背景圖像不顯示在iPad上。在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