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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.