문제

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