{% load wagtailimages_tags %}
{% for slide in self.slides %}
{% image slide.image fill-1920x1020 as slide_img %}
{% endfor %}