Skip to content

Instantly share code, notes, and snippets.

@trevor-atlas
Last active August 29, 2015 14:06
Show Gist options
  • Save trevor-atlas/830144ed2fc7b4251270 to your computer and use it in GitHub Desktop.
Save trevor-atlas/830144ed2fc7b4251270 to your computer and use it in GitHub Desktop.
base 64 1×1 GIF
transparent
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
black
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=">
source: http://css-tricks.com/snippets/html/base64-encode-of-1x1px-transparent-gif/
<!-- -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment