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