diff --git a/config/settings.py b/config/settings.py index cc94c4c..2439710 100644 --- a/config/settings.py +++ b/config/settings.py @@ -213,6 +213,7 @@ WAGTAIL_SITE_NAME = "Connecting Threads" WAGTAIL_BASE_URL = "http://localhost:8000" WAGTAILADMIN_BASE_URL = "http://localhost:8000" +WAGTAILEMBEDS_RESPONSIVE_HTML = True LOGGING = { "version": 1, diff --git a/exhibits/templates/exhibits/exhibit_page.html b/exhibits/templates/exhibits/exhibit_page.html index f4a2031..49f7c20 100644 --- a/exhibits/templates/exhibits/exhibit_page.html +++ b/exhibits/templates/exhibits/exhibit_page.html @@ -5,8 +5,8 @@ {% block content %}
- - {# ================= image, left column ======================= #} + + {# ================= image, left column ======================= #} {% if page.layout == 'left_image_one_third' %}
{% if page.image_comparisons.all %} @@ -17,8 +17,10 @@ - - + +
@@ -29,14 +31,16 @@ {% image page.image original class="w-full h-screen object-cover" %}