{% load wagtailimages_tags %} {# Generate responsive image using wagtail image template tag #} {# Expects Image as img; sizes per design spec #} {# Adapted from mep-django #} {% image img max-280x200 as mobile_1x %} {% image img max-400x300 as desktop_1x %} {% firstof alt_text desktop_1x.alt %}