Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gif src with base64 coding after it?

Tags:

html

css

base64

I have been asked to work on a web site and I see links like this. Has anyone seen anything like this before? I am wondering what the base64 code is for:

src="data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
like image 568
Mariko Avatar asked May 13 '11 08:05

Mariko


1 Answers

the hash is the actual contents of the gif encoded with base64

example

like image 156
Teneff Avatar answered Sep 29 '22 00:09

Teneff