webp for header image?

Posted in: Newspaper
Post count: 230

https://www.thenerdystudent.com

How can I apply the following to my header image, in order to serve it with webp and a backup for png?


<picture>
		<source srcset="/assets/images/header.webp" type="image/webp" class="headerimage">
		<source srcset="/assets/images/header.png" class="headerimage" type="image/png">
		<img src="/assets/images/header.png" alt="Taka No Dan" />
	</picture>

Thanks!

Post count: 23312

Hi,

Unfortunately, the WordPress it seems do not recognize the Webp image format but only if you will use such a plugin with this functionality. For more details about this case, please read the following useful guide from here -> https://wp-rocket.me/blog/webp-use-image-format-wordpress/

Thank you!

Post count: 230

That’s a pity. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.