Base64 image data URIs are one of those web techniques that look like a magic shortcut the first time you use them.

Instead of referencing an external file:

<img src="/logo.png" alt="Logo">

Enter fullscreen mode

Exit fullscreen mode