Automattic / jetpack

Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.

Home Page:https://jetpack.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress.com REST API: consider supporting AVIF as a supported media type

jeherve opened this issue · comments

Core recently enabled AVIF uploads:

https://core.trac.wordpress.org/ticket/53167

We should consider better support for AVIF in our APIs, even if Photon itself does not yet support AVIF: #35432

if ( in_array( $ext, array( 'jpg', 'jpeg', 'png', 'gif', 'webp' ), true ) ) {

if ( in_array( $ext, array( 'jpg', 'jpeg', 'png', 'gif', 'webp' ), true ) ) {

'jetpack_supported_media_sideload_types',

// Handle early mime type scanning for images.
image = /(?:jpe?g|png|gif|webp)$/i.exec( file.name );