Created
November 11, 2013 13:48
-
-
Save ondrek/7413434 to your computer and use it in GitHub Desktop.
Smallest Base64 image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data:image/gif;base64,R0lGODlhAQABAAAAACw= |
Oh so the root-cause is that the service mentioned in https://gist.github.com/ondrek/7413434?permalink_comment_id=5209693#gistcomment-5209693 (https://yulvil.github.io/gopherjs/02/) returns PNG (iVBOR) no matter what you set it to in the frontend
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elected to use https://gist.github.com/ondrek/7413434?permalink_comment_id=4693141#gistcomment-4693141, but then realized that R0lGODl should be image/gif
@RamonFLstate you may want to change the comment above.