We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7be97 commit 02ff529Copy full SHA for 02ff529
1 file changed
User/Avatar/GoogleAvatarProvider.php
@@ -27,7 +27,7 @@ public function render(array $user, $size)
27
{
28
$url = $this->googleAvatarCache[$user['id']].'?sz='.$size;
29
$title = $this->helper->text->e($user['name'] ?: $user['username']);
30
- return '<img src="'.$url.'" alt="'.$title.'" title="'.$title.'">';
+ return '<img src="'.$url.'" alt="'.$title.'" title="'.$title.'" width="'.$size.'">';
31
}
32
33
/**
0 commit comments