Is it good practice to embed images as data/base64 in a div block ?
<div style="background-image" url(data:image/png;base64, ...)></div>
Yes i think, this has some cool benefits.