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 (1)
Hi @lukeshiru thanks for reply as per your suggesstion i have updated the title
Thank You🙏🏻,