-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
animated .webp images error when uploaded #672
Comments
why even implement it? .gif is used for animated images and so can .png too. Also didn't webp recently have CVE exploit to track users who viewed .webp image? |
|
I was able to generate animated webp using ffmpeg, it's not ideal but works.
|
.webpshit is worthless, return to tradition(aka .gif). |
|
Since all major browsers supports it, I've changed our thumbnails and static files to webp. Webp + lazy loading made a huge difference in speed. |
Yeah, it worked but with a few tweaks tho |
Failed to resize image! Details: gm convert: No data returned (/tmp/phpotgB36).
There are a lot of ways to fix this all in /inc/image.php but unsure of the best way to do so.
The text was updated successfully, but these errors were encountered: