{% load wagtailimages_tags %} {% load wagtailcore_tags %}
    {% for item in self %}
  • {% image item.image height-2000 %}
  • {% endfor %}