DEV Community

Discussion on: How to Improve Lighthouse Score - Performance

Collapse
 
lindaojo profile image
Linda

Hey Kenny, I switched between image formats within the picture tag as shown below.

<picture>
    <source alt="Angela's cat, Bandit" srcset="https://res.cloudinary.com/lindaojo/image/upload/v1607603313/Performance_f1zvh8.webp" type="image/webp">
    <img alt="Angela's cat, Bandit" src="https://res.cloudinary.com/lindaojo/image/upload/v1607603313/Performance_f1zvh8.jpg">
</picture>
Enter fullscreen mode Exit fullscreen mode