Image

<figure class="image">
    <div class="image__container">
        <amp-img itemscope itemtype="https://schema.org/ImageObject" class="grey-placeholder" src="" srcset=" 767w,  768w,  1320w" width=400 height=300 layout="fill">
            <noscript>
                <img src="" width=400 height=300 alt="Alt Text" />
            </noscript>
        </amp-img>
    </div>
    <figcaption class="image__caption"><span><strong>Cork</strong>Landscape of the Irish Coast</span></figcaption>
</figure>
<figure class="image">
    <div class="image__container">
        <amp-img itemscope itemtype="https://schema.org/ImageObject"
            class="grey-placeholder"
            src="{{largeUrl}}"
            srcset="{{smallUrl}} 767w, {{#if mediumUrl}}{{mediumUrl}}{{else}}{{largeUrl}}{{/if}} 768w, {{largeUrl}} 1320w"
            {{#if width}}width={{width}}{{/if}}
            {{#if height}}height={{height}}{{/if}}
            layout="fill">
            <noscript>
                <img src="{{largeUrl}}" {{#if width}}width={{width}}{{/if}} {{#if height}}height={{height}}{{/if}} alt="{{altText}}"/>
            </noscript>
        </amp-img>
    </div>
    {{#if caption}}
    <figcaption class="image__caption"><span>{{#if caption.location}}<strong>{{caption.location}}</strong>{{/if}}{{#if caption.description}}{{caption.description}}</span>{{/if}}</figcaption>
    {{/if}}
</figure>
{
  "altText": "Alt Text",
  "lowResolutionUrl": "https://images.unsplash.com/photo-1535479804851-93f60320e644?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=50&q=10",
  "sources": [
    {
      "type": "image/jpeg",
      "largeUrl": "https://images.unsplash.com/photo-1535479804851-93f60320e644?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1934&q=80",
      "smallUrl": "https://images.unsplash.com/photo-1535479804851-93f60320e644?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=80"
    }
  ],
  "width": "400",
  "height": "300",
  "caption": {
    "location": "Cork",
    "description": "Landscape of the Irish Coast"
  }
}

There are no notes for this item.