Inserting images into the text flow #243
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi, thanks for getting in touch. You can use various floating and wrapping options, but first, you need to add the necessary config to the “CKEditor Config” you’d like to use those in. By default, the “Insert image” toolbar item comes with the
That’ll give you the ability to change the style and alignment of the inserted image: You can also add styles that will be used while editing content under “Custom Styles”. For example:
A complete list of options is available here: https://ckeditor.com/docs/ckeditor5/latest/api/module_image_imageconfig-ImageConfig.html#member-styles You might also find this discussion helpful: #94 I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi, thanks for getting in touch. You can use various floating and wrapping options, but first, you need to add the necessary config to the “CKEditor Config” you’d like to use those in. By default, the “Insert image” toolbar item comes with the
toggleImageCaption
andimageTextAlternative
options, but you can add various image styles and style options, too. Try adding the following to your selected CKEditor Config under “Config options”: