Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Matti 15 posts 35 karma points
    Mar 24, 2010 @ 14:36
    Matti
    0

    Where does the resizing of images take place?

    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?

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Mar 24, 2010 @ 19:18
    Morten Bock
    0

    It happens in the umbraco.editorControls.tinymce.tinyMCEImageHelper.cleanImages() method that is called form the tinyMCE datatypes.

Please Sign in or register to post replies

Write your reply to:

Draft