Skip to content Skip to sidebar Skip to footer

Base64 Image Doesn't Load In Firefox

I have base64 converted image and put on container background like this: background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAAuCAYAAACWPmGbAAAGL0lEQVRo3tWaC2wUVRSG

Solution 1:

Looks like there's something wrong with the actual base64 data. See similar working example based on a image/png;base64 file.

Try using these tools to encode and decode your files.

Post a Comment for "Base64 Image Doesn't Load In Firefox"