From 48a7e2acaf78df6ac7aa7643ce69038d84bbe987 Mon Sep 17 00:00:00 2001
From: OndraPetrzilka <ondra.petrzilka@gmail.com>
Date: Wed, 24 Aug 2022 15:38:04 +0200
Subject: [PATCH] image changed to fill on main person page

---
 main/templates/main/main_person_page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/templates/main/main_person_page.html b/main/templates/main/main_person_page.html
index 69074796..faa8d654 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 }}"
-- 
GitLab