{% set images=gallery(page.collection).images %} {% for img in images %}
{{ image(img, "fill-645x480-c100", loading="lazy") }}

{{ img.title }}

{% endfor %}