<picture>
<img src="" loading="lazy" alt="">
</picture>
<picture>
{{#each sources}}
<source media="(max-width: 840px)" type="{{type}}" srcset="{{#if mobileImageUrl}}{{mobileImageUrl}}{{else}}{{desktopImageUrl}}{{/if}}"/>
<source media="(min-width: 841px)" type="{{type}}" srcset="{{desktopImageUrl}}"/>
{{/each}}
<img src="{{fallbackImageUrl}}" {{#unless disableLazyLoading}}loading="lazy"{{/unless}} {{#if width}}width="{{width}}"{{/if}} {{#if height}}height="{{height}}"{{/if}} alt="{{altText}}">
</picture>
{
"theme": "default",
"firstInstance": true
}
No notes defined.