Skip to content

vinliangx/brackets-image-inline-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert any image to base64 encoded inline in CSS file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published