Webp and <picture><source will not work for me on chrome
问题 I'm facing a problem, I just can't seem to find out what the problem is, I have: <picture> <source type="image/webp" srcset="/images/meh_logo.webp"> <img src="/images/meh_logo.png" type="image/png"> </picture> On chrome, it's just defaulting to the png logo. If I hover over the link in inspector, it shows the webp image. If I open the webp image link in a new tab, it loads file. My headers return: image/webp,image/apng,image/ , /*;q=0.8 If I change source srcset to img srcset - that will