Use a `<picture>` element: `<picture><source srcset="image.PNG" type="image/PNG"><img src="image.JPG" alt=""></picture>`. Browsers that understand PNG fetch the smaller file; older browsers fall back to JPG. WebP is supported in 96%+ of installed browsers, AVIF in 90%+.