Custom emoji restrictions are too small, both in filesize and resolution.
Its because of the following code in https://github.com/mattermost/platform/blob/master/api/emoji.go
const (
MaxEmojiFileSize = 64 * 1024 // 64 KB
MaxEmojiWidth = 128
MaxEmojiHeight = 128
Please increase to something that is more proper for gifs and stuff in the year 2016
@erikpi - is this for custom emoji or all emoji? We designed the custom emoji to be the same size as our other emoji.
If you think these should be larger, can you file a feature request on it?
I think the options in my mind would be to:
Hey,
This is for custom emojis, i think the standard-ones are a good size and need no change.
What is want is to be able to upload bigger, custom emojis, this is specifically for gifs, because gifs at 128x128 pix with 1024 kb limit is very small / short
Real world case, if we want to make this into a emoji, we can't. because it's both bigger in resolution and filesize than the current restictions.
I think the code mentioned above only controls what you can upload and use as custom emojis, it should not affect current emoji-sizes :)
Thanks @erikpi, we just added a Hacktoberfest issue that would allow users to upload custom emojis larger than 64kb, but scales them down to the appropriate size: https://github.com/mattermost/platform/issues/4235
Would this cover your request? And would you be interested in submitting a pull request for it?
Hello! Sounds awesome!! 馃懐 You can close this one and i will keep track of #4235
Awesome! Sounds good, thanks again @erikpi
Can we add an option to increase the size of emoji reactions please? My team has been uploading memes and pictures of our faces to use as emojis, so if they were a tiny bit bigger they would be much more legible. Could be a personal setting or a serverwide setting.
Most helpful comment
Can we add an option to increase the size of emoji reactions please? My team has been uploading memes and pictures of our faces to use as emojis, so if they were a tiny bit bigger they would be much more legible. Could be a personal setting or a serverwide setting.