Hi,
I wonder if WebP is integrated in Econa yet?
If so, will it be placed in the srcset array as follows?
If not, is this on the to-do list?
I'm trying to find a solution to this ever more important task.
Regards, Brendan
I wonder if WebP is integrated in Econa yet?
If so, will it be placed in the srcset array as follows?
<picture> <!-- WebP Source with srcset --> <source type="image/webp" srcset="https://www.firecoders.com/path/to/image-200.webp 200w, /path/to/image-400.webp 400w, /path/to/image-800.webp 800w, /path/to/image-1000.webp 1000w, /path/to/image-2000.webp 2000w" /> <!-- PNG Source with srcset --> <source type="image/png" srcset="https://www.firecoders.com/path/to/image-200.png 200w, /path/to/image-400.png 400w, /path/to/image-800.png 800w, /path/to/image-1000.png 1000w, /path/to/image-2000.png 2000w" /> <img src="https://www.firecoders.com/data:image/image.jpg" alt="Am image" /> </picture>
If not, is this on the to-do list?
I'm trying to find a solution to this ever more important task.
Regards, Brendan