IMCE does not insert the image Dimentions in TinyMCE:

<img src="/sites/default/files/general/image.jpg" width="0" height="0">

It should insert width and height like this:

<img src="/sites/default/files/general/image.jpg" width="200" height="50">

Im using:

WYSIWYG API 6.x-2.4
TinyMCE 3.4.7
IMCE 6.x-2.3

Anyone know how to fix this?

Comments

ufku’s picture

Status: Active » Closed (works as designed)

IMCE does not insert the html code. It just provides the file path to the image dialog. You should seek support on related modules' issue queues.

Xeonz’s picture

Hi again,

Ok, thx!

I found the "bug" was related to Google Crome for MacOSX and the extention AdBlock. Inactivated adblock and it works.