1
votes

In ckeditor: Is there a way to get the width and height attributes instead of css style attribute for the image dimensions?

1
Can you clarify what are you trying to do ? - Zuul
I think this has been asked before and the answer was yes, but only by changing the image plugin. Can't find the dupe right now though. - Pekka
i would like to have width and height attributes instead of style="width:100;height:75". - David Verhulst
i know i found some posts about it but allways regarding the older fckeditor - David Verhulst
You mean inline styling of width and height, instead of declaring it in CSS? - Kyle

1 Answers

0
votes

As I said in ckeditor-ckfinder default attributes (width and height) to uploaded images the output_html.html sample shows how to use attributes and not styles for the dimensions.