Why to use Webp images
- Webp images is especially build for web by google to optimize the loading speed of images
- The image is smaller 26% by size compared to PNG images
- WebP supports transparency at a cost of just 22% additional bytes
Try to use WebP images in website instead of PNG and JPEG images
Example
<img src="image.webp" alt="" />



Top comments (2)
No HTML or CSS on the post, so you should remove those tags. Also, IDK how useful it is to say: "Make your images load faster ... by changing your images". When I went into this post I was expecting stuff like preload/prefetch.
Cheers!
Hi @lukeshiru thanks for reply as per your suggesstion i have updated the title
Thank You🙏🏻,