CKEditor4.0, how to remove style attribute of <img> after uploading?

401 Views Asked by At

I uploaded an image to my server. Now I want to remove style attribute of <img> because I don't want inline styles like height and width, just initial size.

So, is there any method to execute in

window.parent.CKEDITOR.tools.callFunction( funcNum, fileUrl [, data] ) 
1

There are 1 best solutions below

0
kelvin On