<noscript class="loading-lazy">
    <img src="/assets/example-content/image-with-caption.jpg" loading="lazy" alt=" image alt text" width="952" height="536" />
</noscript>

Lazy loading

Loading attr polyfilled with mranzke loading attribute polyfill Please refer to the docs for more info on implementation

{
  "url": "/assets/example-content/image-with-caption.jpg",
  "width": "952",
  "height": "536",
  "alt": " image alt text"
}
<noscript class="loading-lazy">
  <img src="{{url}}" loading="lazy" alt="{{alt}}" width="{{width}}" height="{{height}}" />
</noscript>