You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.webp images are not rendered inline, but only provided for download. As more and more memes are in .webp format nowadays, supporting it like .png and .gif is important.
Proposed Solution
Support .webp the same as .png and .gif.
Describe alternatives you've considered
Transform the image server-side after upload. But this would probably open some path to code injection.
The text was updated successfully, but these errors were encountered:
Problem Description
.webp
images are not rendered inline, but only provided for download. As more and more memes are in.webp
format nowadays, supporting it like.png
and.gif
is important.Proposed Solution
Support
.webp
the same as.png
and.gif
.Describe alternatives you've considered
Transform the image server-side after upload. But this would probably open some path to code injection.
The text was updated successfully, but these errors were encountered: