I installed the module, yet not sure how to configure it and add the Width and Height to the CKEditor image embed options. Please explain the steps. Thanks

Comments

Vako created an issue.

devkinetic’s picture

You will need to flush caches most likely so the _alter hooks get registered but otherwise, you must 1) have the "Embed Media" filter enabled for your text format and 2) if you have the allowed tags filter enabled, you need to add data-width and data-height to the <drupal-media> definition, otherwise you will be able to set them in CKeditor, but they will be removed before the rendering phase.