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 %}