Hello,
I am a new user of CKeditor for Joomla. When using CKeditor to insert an image, it uses inline style instead of html attribute. For example : <img style="width:20px;height:20px"> instead of <img height="20px" width="20px">.
This is a real problem with reponsive templates like Yootheme, if we leave the inline style the images won't resize in smartphones or tablets. We have to change this manually in the source code and we have so many images ! Is there any plugin or modifications to bring in the ckeditor to avoid this ?
Our configuration : Joomla 2.5 / Warp Framework by Yootheme / CKeditor 4.0.1
Thanks in advance pour your answers