diff --git a/district/templates/district/district_person_page.html b/district/templates/district/district_person_page.html
index 624171063c6be4d30b306d47228d8dbf21a7badf..d146636216b15f554629b2347e1def60cded4c0c 100644
--- a/district/templates/district/district_person_page.html
+++ b/district/templates/district/district_person_page.html
@@ -30,7 +30,7 @@
         <div class="card__body p-4 lg:p-8">
           <div class="text-center mb-8">
             <div class="avatar avatar--2xl lg:avatar--3xl avatar--bordered candidate-detail__avatar">
-              {% image page.profile_photo max-208x208 as profile_img %}
+              {% image page.profile_photo fill-416x416 as profile_img %}
               <img src="{{ profile_img.url }}" alt="Avatar">
             </div>