JNRT Pixel
|
728 × 90 — Leaderboard
Cookie-Banner ausstehend
Home / Glossary / Data URI

Data URI

Web & performance
Also: Data URL

Image inline in HTML/CSS as `data:image/...;base64,...`.

Saves one HTTP request but bloats HTML/CSS. Sensible for tiny images (<2 KB) or LQIP placeholders. Larger images as data URI hurt caching and compression.

Related
Base64 explainedImage to Base64
Sources:RFC 2397
← All terms→ Deutsch