Automatic WebP Images
WebP, the Superior Image Format by Google
The G2S Website Builder automatically converts your images to WebP format, you don't need to do anything.
WebP is a new image format developed by Google, WebP provides superior compression for images on the web. Using WebP, you can create smaller, richer images that make your websites load much faster.
Read more on WebP
Write your image code like this
<img src="imgs/cat.png" alt="auto" webp="true">
G2S automatically converts it to this
<picture>
<source type="image/webp" srcset="imgs/cat.webp">
<img src="imgs/cat.png" alt="cat">
</picture>