Hello,
I have a problem with copy some image to HTMLEditor TinyMCE. When I copy image from other site for testing then it shows on screen in that control, but when I save variable I got following html code:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA................>
and then I can't show this image from variable with that html code.
When I copy link location and put it to <img src="link location"> and save variable then this image shows on site.
How to copy some image to TinyCME editor and show it after save?
Regards,
Matthew