Skip to content

Instantly share code, notes, and snippets.

@hughker
Last active July 12, 2019 11:34
Show Gist options
  • Save hughker/0cc774afca7d38340c19 to your computer and use it in GitHub Desktop.
Save hughker/0cc774afca7d38340c19 to your computer and use it in GitHub Desktop.
base64 1px Gray GIF
<!-- 1px Transparent -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">

<!-- 1px Gray -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==">

<!-- 1px Black -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment