diff --git a/main/templates/main/main_article_page.html b/main/templates/main/main_article_page.html index 66fcdc439f0c965a40b35bbeef494ca4c4a8953e..115c49783e072b9fb8db6b754e22be72398a1218 100644 --- a/main/templates/main/main_article_page.html +++ b/main/templates/main/main_article_page.html @@ -2,7 +2,7 @@ {% load static wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %} {% block content %} - {% image page.image max-3840x2160 as main_img %} + {% image page.image max-1920x800 as main_img %} {% with before_title=page.date after_title=page.after_name subtitle=page.position image_url=main_img.url %} {% include 'main/includes/layout/photo_page_header.html' %} {% endwith %} diff --git a/main/templates/main/main_person_page.html b/main/templates/main/main_person_page.html index faa8d65481e794f152f977c127e93ab25d7bca4c..d343ffbd98d0d962bca18d60c740555e6d636571 100644 --- a/main/templates/main/main_person_page.html +++ b/main/templates/main/main_person_page.html @@ -3,7 +3,7 @@ {% block content %} <main role="main"> - {% image page.main_image max-3840x2160 as main_img %} + {% image page.main_image max-1920x800 as main_img %} {% with before_title=page.before_name after_title=page.after_name subtitle=page.position image_url=main_img.url %} {% include 'main/includes/layout/photo_page_header.html' %} {% endwith %}