Skip to content

Instantly share code, notes, and snippets.

@ophentis
Created May 1, 2011 19:39
Show Gist options
  • Save ophentis/950793 to your computer and use it in GitHub Desktop.
Save ophentis/950793 to your computer and use it in GitHub Desktop.
javascript base64 images
1x1 image
white
data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAACAkwBADs=
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==
black
data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAAAAAAALAAAAAABAAEAAAICTAEAOw==
transparent
data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAABAAEAA­AICVAEAOw==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment