Fixing gravatar image resolution

stable
Alejandro Alonso 2017-04-20 08:06:34 +02:00
parent 993bc70691
commit 2e055608f3
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class AvatarService
logoUrl = encodeURIComponent(root + logo.src) logoUrl = encodeURIComponent(root + logo.src)
return { return {
url: 'https://www.gravatar.com/avatar/' + gravatar + "?d=" + logoUrl, url: 'https://www.gravatar.com/avatar/' + gravatar + "?s=200&d=" + logoUrl,
bg: logo.color bg: logo.color
} }