hi, by default, ckeditor integrates image upload like this:
<img alt="" src="picture.jpg" style="width: 224px; height: 128px;" />
but i do not want to use style=""
i want to force it to use width=224 height=128
which file i need to modify?
<img alt="" src="picture.jpg" style="width: 224px; height: 128px;" />
but i do not want to use style=""
i want to force it to use width=224 height=128
which file i need to modify?