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