I have this problem here:
<picture>
<source
srcset="/img/logoWebp/ebay.webp" type="image/webp"
/>
<img
alt="ebay"
type="image/png"
src="/img/logoPng/ebay.png"
/>
</picture>
I have readed with this markup the browser should use the webP image but its using the png one. I am using ofcorse the lastes version of chrome.
Whats the probel here?