How will Webp be served if I enabled “Use Webp Images”
-
Hi my awesome SG support,
I’d like to get myself educated on how Speed Optimizer serves Webp.
I have Use Webp Images enabled like so: https://www.siteground.com/tutorials/wordpress/speed-optimizer/image-optimizations/#Use_WebP_Images
Then it does serve Webp in the frontend ??, but according to this article: https://web.dev/articles/serve-images-webp, I expected to find similar code like
<picture> <source type="image/webp" srcset="flower.webp"> <source type="image/jpeg" srcset="flower.jpg"> <img src="flower.jpg" alt=""> </picture>
in the frontend but couldn’t. (Of course here flower.jpg, flower.webp are only for demo purposes in the above sample code)
I wanted to make sure that the necessary code/tags for webp is indeed added to the html.
Any suggestions will be greatly appreciated!
- The topic ‘How will Webp be served if I enabled “Use Webp Images”’ is closed to new replies.