Use in CSS
What you can do here
- Image to base64 — turn a picture into text and put it straight in your HTML or CSS.
- Make a data URI — one fewer file request, which pays off most for small icons.
- Base64 output is about 33% larger than the original, so avoid it for big photos.