我有这个图片: “http://interstatic01.gameloft.com/igp/videos/images/d9/end_screen_71.jpg” 在这个非常简单的html中,它不会显示标题中提到的2个设备。
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div ><!-- it may show full image depending on browsers, eg: firefox -->
<img src="http://interstatic01.gameloft.com/igp/videos/images/d9/end_screen_71.jpg" />
</div>
</body>
</html>
注意:如果我直接在safari浏览器的url栏中输入url,我就能看到它。 它只是在标签中或设置为css背景时才会发生
答案 0 :(得分:3)
图片只是too large for these devices(请参阅了解iOS资源限制部分)。你需要为这些设备提供一个较小的图像(如何做到这是一个不同的问题,我不知道答案)。
威廉·马龙有一个Maximum Image Size Calculator,可让您输入图像尺寸,并告诉您哪些设备能够显示该尺寸的图像。