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 %}