When adding images to RTE I get this error
Is there a size limit on the RTE html
field?
Also, I can only add images via dragging and dropping in the RTE. There is no toolbar image option.
I am trying to add image content to RTE input field.
When adding images to RTE I get this error
Is there a size limit on the RTE html
field?
Also, I can only add images via dragging and dropping in the RTE. There is no toolbar image option.
I am trying to add image content to RTE input field.
Hey @swinner , thanks for popping into the forum!
It looks like that content entry is exceeding the max filesize that our database will store for the RTE. Dragging images into the RTE will include them in the content entry, rather than uploading them to the Builder CDN.
You can upload images to builder.io/upload, copy the URL, then switch to HTML mode and use the URL in an <img src="PASTE_URL_HERE"/>
tag to preserve space.
Please let me know if you have any questions!
Thanks,
~Logan from Builder.io