How can I upload a WebP image file? #1045
-
|
I have a WebP (a 5-second video) and can’t upload it because I get the error message “[Can't upload file 'test.WEBP', file format not supported!]” |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Add the
That should work. |
Beta Was this translation helpful? Give feedback.
-
|
Hello HenryVr7 ! I was searching the web and maybe this link helps you: https://css-tricks.com/using-webp-images But, if you export your animated image to a video file, you can use this code: I also used Gemini (the Artificial Intelligence) to ask for an animated webp alternative, and here is what I got in return: Alternatives to animated WebP include animated AVIF, which offers better compression, for universal compatibility and ease of use, and Lottie files, for complex and interactive animations based on JSON [...] Which to Choose? And finally, this user wrote this post about adding Animated AVIF: |
Beta Was this translation helpful? Give feedback.
Add the
.webpformat to thesystem/extensions/yellow-system.ini:EditUploadExtensions: .gif, .jpeg, .jpg, .mp3, .ogg, .pdf, .png, .svg, .zip, .webpThat should work.