Copied to clipboard

Flag this post as spam?

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


  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 25, 2013 @ 10:20
    Morten Bock
    1

    Images in the RTE on v7.0.0

    I'm trying out V7, and I noticed one thing missing from previous versions:

    1. Insert an image (example.jpg) in the RTE

    2. Drag the edges to make the image smaller

    3. Publish the page

    I expected the src of the image to be something like example_150x100.jpg, but it seems that it is only scaled through the style attribute of the img element?

    This is the actual output:

    <img style="width: 295px; height: 142px;" src="/media/1002/Capture.JPG" alt="Some description" rel="500,241.24513618677045" />

    Looking at this output, I see the following possible issues

    - Should the image be scaled serverside, like previous versions?

    - How do I edit the alt attribute without going to source mode? It seems there is no "edit" button for images?

    - Isn't it a bit invasive to just put "Some description" in the alt attribute?

     

  • Per Ploug 865 posts 3491 karma points MVP admin
    Nov 25, 2013 @ 10:22
    Per Ploug
    100

    Could you add to the tracker, as these are bugs with the image picker

  • Morten Bock 1867 posts 2140 karma points MVP 2x admin c-trib
    Nov 25, 2013 @ 10:23
  • 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.

Please Sign in or register to post replies