{% load wagtailimages_tags %} {# Generate responsive image using wagtail image template tag #} {# Expects Image as img; sizes per design spec #} {% image img max-320x438 as mobile_1x %} {% image img max-640x876 as mobile_2x %} {% image img max-768x1079 as tablet_1x %} {% image img max-1536x2158 as tablet_2x %} {% image img max-964x1051 as desktop_1x %} {% image img max-1928x2102 as desktop_2x %} {% firstof alt_text desktop_1x.alt %}