diff --git a/main/templates/main/main_person_page.html b/main/templates/main/main_person_page.html
index 690747966b9be414209e6e88673ce3cff5dbd4a8..faa8d65481e794f152f977c127e93ab25d7bca4c 100644
--- a/main/templates/main/main_person_page.html
+++ b/main/templates/main/main_person_page.html
@@ -119,7 +119,7 @@
             <div class="flex flex-wrap">
             <div class="flex mb-16 person-box-medium">
               <div class="shrink-0 mr-4">
-                {% image person.profile_image max-250x250 as profile_image %}
+                {% image person.profile_image fill-250x250 as profile_image %}
                 <img
                   class="rounded-full shadow-sm w-20 mb-2 xl:w-44"
                   src="{{ profile_image.url }}"