CKEDITOR - prevent adding image dimensions as a css style
- by Franek
How to prevent CKEDITOR from adding image dimensions as a style?
Instead of this:
<img src="image.jpg" style="height:100px; width:100px;">
I want this
<img src="image.jpg" height="100px" width="100px">