Change the DefaultAvatar’s size to 128x128 pixels
authorMaximilian Mader <max@bastelstu.be>
Sat, 28 Apr 2018 19:37:11 +0000 (21:37 +0200)
committerMaximilian Mader <max@bastelstu.be>
Sat, 28 Apr 2018 19:37:11 +0000 (21:37 +0200)
commit4b76cb03fbaabb5e7a4724bd2fe3231b7b2751b3
tree1f0a24d3a212d37f70f377d4c8b748457b388ea9
parent1d0ca9d5cb27d79787a914e699c59a2180ae4ec9
Change the DefaultAvatar’s size to 128x128 pixels

Change the DefaultAvatar’s size to a more reasonable size of 128x128 pixels.
Throughout the Suite Core avatars are usually embedded via the `getImageTag` function
but when using the direct avatar URL a larger image is usually wanted.

Firefox for example does not upscale images used in `window.Notification`
thus the avatar would be rendered as a tiny 16x16 image in this case.
This change allows to downscale accordingly in this case.
wcfsetup/install/files/lib/data/user/avatar/DefaultAvatar.class.php