BUG: Size of mages linked by URL

JT (alabama24)
JT (alabama24) MVP Posts: 36,523
edited November 2024 in English Forum

As you can see in the first image, when inserting an image by "URL," the size limiters are not respected. The second and third screen shots were inserted "by file." Notice the third screen shot shows the image appearing correctly in the preview.

macOS, iOS & iPadOS |Logs| Install
Choose Truth Over Tribe | Become a Joyful Outsider!

Comments

  • Eli Evans (Logos)
    Eli Evans (Logos) Member, Logos Employee Posts: 1,411

    There's an open bug case for this from October. I added this thread to the comments.

  • Rosie Perera
    Rosie Perera Member Posts: 26,194 ✭✭✭✭✭

    I've been frustrated by this problem for some time.

    As a workaround, you can manually edit the HTML and add width=550 (or whatever width you want) after the img tag. It appears that the "Max width" field inserts a style parameter (style="max-width: 550px;") which gets ignored by the forum software when rendering the image.