Is there anyway to load dynamically webp or jpeg images in picture HTML tag depending whether file exists in same folder?
For example if you have two images with the same name, one with webp extension and the other with jpeg extension. It would be possible load them in source srcset in picture tag?
Thanks