2

我遇到了图像无法在 iPhone 浏览器上加载的问题。在 Android 手机上通过 chrome 和其他浏览器进行测试时工作得非常好。我不断收到控制台错误“加载失败:图像- v0.js:127”

下面是图像的 html 代码,您会看到没有什么不寻常的地方,但图像不会专门在 iOS 设备上加载。

<div class="left-column">
    <a href="test/en/amp/car/aston-martin-db9">
        <amp-img 
            src="test/assets/img/upload/car_images/1569501218.webp" 
            alt="Aston Martin DB9" 
            width="508" 
            height="340" 
            layout="responsive">
            <amp-img fallback 
                src="test/assets/img/upload/car_images/1569501218.png" 
                alt="Aston Martin DB9" 
                width="508" 
                height="340" 
                layout="responsive">
            </amp-img>
        </amp-img>
        <h4 class="center-text small-text red">Aston Martin DB9</h4>
    </a>
</div>

任何帮助将不胜感激...如果需要,我可以提供有效的 URL,但我不明白/找不到任何有关仅在 iOS 设备上导致此 v0.js:127 错误的信息。

4

0 回答 0