Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 486 Bytes

File metadata and controls

19 lines (15 loc) · 486 Bytes

Brackets - Image Inline CSS/HTML

Convert any image to base64 encoded inline in HTML or CSS file!

  • Convert CSS
    url(file.png)
    to
    url(data:image/png;base64...)
  • HTML Image Tags
    <img src="file.png">
    to
    <img src="data:image/png;base64,...">

Screenshots

STEP 1

HTML

STEP 2

HTML

STEP 3

HTML