Updated image sizes

This commit is contained in:
2017-06-10 02:35:07 +02:00
parent c0744d8ba5
commit 41f8c1a978
3 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
component ProfileImage(user *arn.User)
if user.Avatar != ""
img.profile-image(src=user.Avatar + "?s=640&r=x&d=mm", alt="Profile image")
img.profile-image(src=user.Avatar + "?s=500&r=x&d=mm", alt="Profile image")
else
img.profile-image(src="/images/elements/no-gravatar.svg", alt="Profile image")