if I insert an image in tinymce and change the size of this image, the image is shown only in original size, i.e. if I insert an image with size 640x480 and change the size to 200x267 I see the image with size 640x480 in tinymce. But the source code looks right:
Tinymce ignore image size
Hello,
if I insert an image in tinymce and change the size of this image, the image is shown only in original size, i.e. if I insert an image with size 640x480 and change the size to 200x267 I see the image with size 640x480 in tinymce. But the source code looks right:
<img width="200" height="267" data-mce-src="/media/5568/image_640x480.jpg" rel="480,640" alt="altText" src="/media/5568/image_640x480.jpg">
I use Umbraco 4.11.1 (Assembly version: 1.0.4715.27659).
Has anyone a solution for this?
Sören
is working on a reply...