Topic: Image with McImageManager
Hi,
I've lost 3 hours this morning to understand how McImageManager works to create image url...
My problem is still here and I can't understand how it's possible...
When I choose the picture I want to insert into my textarea, the <img> is like this :
The src into my <img> is a link "http://local/myWorkspace/.../myImg.png" but the data-mce-src is like "../../../myImg.png"
How this could be possible ? I think it must be the same url when it starts with HTTP !
Can you help me to fix that ?