I have this problem with JCK-Editor_3.3.1 and Imagesizer_1.5 from
www.redim.de
Where can I change this -> add "height" or delete "width" in frontend sourcecode?
Sourcecode of an image in frontend with JoomlaCK_3.3.1-Editor - "height" is missing (or width is too much) - see 1b)
1a) Standard-Sourcecode with JoomlaCK in Backend:
<p> <img src="
intranet.de/images/stories/ims-peu.jpg" style="width: 600px; height: 485px" /></p>
1b) Sourcecode of picture in Frontend (Image-Sizer does not work, because width is too much, or heigth is missing..):
<p> <img width="600" src="
intranet.de/images/stories/ims-peu.jpg" style="width: 600px; height: 485px" /></p>