CSS Embedded Images
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
How does it work?
According to Wikipedia, "the data URI scheme is a URI scheme that provides a way to include data in line in web pages as if they were external resources." That means that rather than having a URL telling the browser where to find the image you actually have the image data right there on the page so the browser does not have to make an extra request to get it.
