Hello,
I have an issue I am trying to set the background-image of a button with:
background-image: url("data:image/png;base64,background.png")
I have import the image into the project files.
I can use ajax to received the image but I cannot for example use:
background-image: url("data:image/png;base64, & AJAX.LastData &") when ajax on completion was called.
Is it possible o do this?
If yes how?
Thanks you