Skip to content

Instantly share code, notes, and snippets.

@larswittenberg
Created June 27, 2012 09:32
Show Gist options
  • Save larswittenberg/3002898 to your computer and use it in GitHub Desktop.
Save larswittenberg/3002898 to your computer and use it in GitHub Desktop.
base64 Picture
Converter:
http://www.dailycoding.com/Utils/Converter/ImageToBase64.aspx
XXX durch den base64 String ersetzen
<img src="data:image/png;base64,XXX">
<span></span>
span {
display: inline-block;
height: 10px;
width: 10px;
background: transparent url(data:image/png;base64,XXX);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment