Log in

View Full Version : Using base64 encoding for background images


tpearl5
01-10-2013, 01:59 PM
I'm looking into saving some requests, and the easiest way to do it is replacing some gradients & small icons with base64.

When I went to replace background images with the base64 code I found that the root URL was being inserted before data:image/png;base64 - I tried hard coding in the css template and saw the same result.

What's going on?