From 7d6d1ca3d36317dd743edc56223a84254e6650d2 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 14 Nov 2021 15:58:07 +0100 Subject: [PATCH] =?UTF-8?q?Vy=C5=A1=C5=A1=C3=AD=20kvalita=20profilov=C3=BD?= =?UTF-8?q?ch=20obr=C3=A1zk=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index 35fe358..8ba12f2 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -178,7 +178,7 @@ {% break %} {% endif %} {% endfor %} - {% set image = resize_image(path=img, width=128, height=128, op="fill") %} + {% set image = resize_image(path=img, width=256, height=256, op="fill", quality=85) %} {{ profile.title }} {% endmacro %}