我在客户的网站上有很多<amp-img>
元素,最近发现一个功能,您可以单击该图像并获得一个灯箱,该灯箱在右上角弹出一个X。我在他们的official documentation上找不到任何有关启用/禁用此功能的信息。我将此元素用于某些背景/样式元素,因此我希望用户无法单击它。非常感谢您的帮助。
这是我正在使用的代码,其中删除了类和URL:
<amp-img
width="2000"
height="515"
layout="responsive"
src="https://image.url">
<amp-img placeholder
src="https://placeholder.url"
layout="fill">
</amp-img>
</amp-img>
答案 0 :(得分:0)
您可以通过在任何元素上添加data-amp-auto-lightbox-disable
属性来实现。有关更多信息,请参见this comment on Github。