Chrome only displaying some images as webp
问题 I've been working on converting images on my website to Webp to improve performance. Typically I'm using the following HTML to display them: <picture> <source srcset="/img/about/image.webp" type="image/webp"> <source srcset="/img/about/image.jpg" type="image/jpeg"> <img src="/img/about/image.jpg" alt="alt text"> </picture> Using the Lighthouse auditing feature in Chrome's Dev Tools and in the pagespeed insights I keep getting told that image could be served in next-gen formats despite the