I am using base 64 code for images, so that the images can be packed along with the html5. However, the output HTML size increases in this process. I think that is mainly because the text code itself consumes more memory, and is repeated every time it is used.
Is their any way, I can reuse the code for an image used multiple times, so that it does not repeat itself in the js file generated ?
I tried experimenting with the Symbols and Persistant Symbol. But they too don’t make any difference.
Here is an instruction video ... while your are on local preview and output is enabled all images are rendered to the console. Then you just copy the ones you want to head HTML. You can disable console output once your done and in a live site the output is anyways disabled.
However I faced a small problem. The console was truncating the base64 code, when I had multiple images in the project. Is their any way to solve this out ?