Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
When inserting an image in tinymce it looks like this:
<img src="/media/999/image.jpg" alt="" width="100" height="100" rel="200,200" />
But when the page is viewed the img tag looks like this:
<img src="/media/999/image_100x100.jpg" alt="" />
Can anyone tell me in what assembly/class/function this takes place?
It happens in the umbraco.editorControls.tinymce.tinyMCEImageHelper.cleanImages() method that is called form the tinyMCE datatypes.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Where does the resizing of images take place?
Hi,
When inserting an image in tinymce it looks like this:
But when the page is viewed the img tag looks like this:
Can anyone tell me in what assembly/class/function this takes place?
It happens in the umbraco.editorControls.tinymce.tinyMCEImageHelper.cleanImages() method that is called form the tinyMCE datatypes.
is working on a reply...