{% load wagtailimages_tags %}
{% for picture in self.gallery_items %} {% image picture width-2000 as img %} {% image picture fill-300x200 as thumb %} {{ thumb.alt }} {% endfor %}