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