basho/partials/images/other_image.hbs
2025-06-11 22:59:02 +10:00

10 lines
265 B
Handlebars

<picture>
<source srcset="{{img_url other_image size="s" format="webp"}} 300w"
sizes="300px"
type="image/webp">
<img srcset="{{img_url other_image size="s"}} 300w"
sizes="300px"
src="{{img_url other_image size="s"}}"
loading="lazy"
alt="{{alt}}">
</picture>