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
Sharp can already support AVIF format but requires a specially built libvips binary which we might be able to achieve but better to wait for the official support IMO.
For an overview and breakdown of AVIF and the kind of compression it can achieve see this post by Jake Archibald:
Browser support may look the same as how we do webp detection right now. Alternatively in terms of implementation we could look to using <picture> at the WordPress level.
The text was updated successfully, but these errors were encountered:
This will be dependent on lovell/sharp#2289
Sharp can already support AVIF format but requires a specially built libvips binary which we might be able to achieve but better to wait for the official support IMO.
For an overview and breakdown of AVIF and the kind of compression it can achieve see this post by Jake Archibald:
https://jakearchibald.com/2020/avif-has-landed/
Browser support may look the same as how we do webp detection right now. Alternatively in terms of implementation we could look to using
<picture>
at the WordPress level.The text was updated successfully, but these errors were encountered: