{% load wagtailimages_tags %} {% for img in images %}
{% picture img format-{avif,webp,jpeg} fill-{300x200-c75,645x480-c75} sizes="(max-width: 768px)150px,30vw" loading="lazy" %}

{{ img.title }}

{% endfor %}