Background image converted to base64 on the client

Here is how you can use images as background images in css without having to make them available under an url.

When you chose an image in the file loader, the image is converted to a base64 string on the client which is then set as the background-image attribute of a column panel.

3 Likes