-
Notifications
You must be signed in to change notification settings - Fork 156
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
WEBP image formats #810
Comments
Also SVG format doesn't being transfered. |
It's 2024. All browsers support WEBP for some time now and AV1 is around the corner. IMHO it is essential to support those. WEBP already saves 42% in size on average compared to JPEG. Maybe that is why in #1144 the same issue is labelled as bug? 🤓 |
Notes from the changeset https://core.trac.wordpress.org/changeset/50810 that implemented WebP support for https://core.trac.wordpress.org/ticket/35725, released in WP 5.8:
Notes from current WordPress image support:
Other notes:
|
@meksone SVG support and integration with https://github.com/10up/safe-svg seems like it would be a separate issue, since WordPress does not natively support SVG. I've opened a separate issue to track that: #1268 |
Is your enhancement related to a problem? Please describe.
Yes, when distributing posts that are using a WEBP featured image, the image does not transfer.
Describe the solution you'd like
For the plugin to support the WEBP format.
Designs
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: