I added image2 to my ckeditor and it doesn't I cannot resize images I add. The image properties dialog does not even show fields to change the size. Can anyone hint at where my configurations may be restricting the plugin?

Thanks!

有帮助吗?

解决方案

The config.allowedContent has to be set correctly. I needed img[width,height] to be included.

Here is a correct example:

config.allowedContent = 'a[!href,target];img[src,alt,width,height]; span[*](*)';
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top