|
<script async custom-element="amp-image-lightbox" src="https://cdn.ampproject.org/v0/amp-image-lightbox-0.1.js"></script>
<figure>
<amp-img on="tap:{{ name }}"
role="button"
tabindex="0"
src="{{ src }}"
width="{{ Width }}"
height="{{ height }}"
 alt="{{ alt }}"
>
</amp-img>
<figcaption style="display:none">
{{ Description }} </figcaption>
</figure>
<amp-image-lightbox id="{{ name }}"
layout="nodisplay">
</amp-image-lightbox>
|
|