Switching thumbs to webp vs jpg

Posted in: Newsmag
Post count: 9544

has anybody tried this ?

https://developer.wordpress.org/reference/hooks/image_editor_output_format/

function map_jpeg_to_webp( $mappings ) {
$mappings[ 'image/jpeg' ] = 'image/webp';
return $mappings;
};
add_filter( 'image_editor_output_format', 'map_jpeg_to_webp' );

Post count: 35449

Hi,

For Newspaper and Newsmag, you will just need to use a plugin that can convert the images in webp and enable the theme panel option for webp block settings > thumbs on modules/blocks https://i.imgur.com/BYSoxVP.pnghttps://i.imgur.com/Je1Dcd9.png

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.