The forum operates in read-only mode. Please head to StackOverflow for support.
Hi when i paste an image base64 encoded and i save the form
the src of the image is deleted how i can solve it?
Maybe the image file is too big? There's a ticket reported here.
Customer and Community Manager, CKSource Follow us on: Facebook, Twitter, LinkedIn If you think you found a bug in CKEditor, read this!
Using big images as base64 encoded URLs is really bad idea.
If you research a little you'll realize that it's a very bad option from a performance point of view, and then you have top it with these problems.
Maybe the image file is too
Maybe the image file is too big? There's a ticket reported here.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Using big images as base64
Using big images as base64 encoded URLs is really bad idea.
If you research a little you'll realize that it's a very bad option from a performance point of view, and then you have top it with these problems.