Resizing images in Markdown stopped working

Problem description:
Since few days the image that I paste directly into Markdown instructions.md files are limited in size. Now they look too small.
Usually I use an image that rapresents a concept maps to help students see the “big-picture” and visualize relationships.
I tried to use <img> tag to increase width and heigth of the images but it doesn’t work. Thanks for any tips or help!

Expected behavior:
Fluid image resize

Actual behavior:
Fixed image size

Steps to reproduce:
Paste an image into instructions.md and try to resize

Bug appears at this link:

Browser/OS/Device:
Safari/Chrome/macOS Ventura 13.0.1/Macbook Pro

Hey @LucianoVitale1!

It looks like Discourse removed part of your ticket. Just to clarify, you said you tried to use an “img” tag?

Hi ShaneAtReplit,
Yes, I tried the following snippet:

<img src="Mappa_Selezione.png"  width="100%" height="100%">

instead of

![Mappa_Selezione](Mappa_Selezione.png)

but the result was the same.

I would like to add that until recently the problem did not arise and the images adapted to the size of the panel

Thanks, we will look into this!

1 Like

Percentage widths work for me now, but they’re not full width which is weird.

1 Like

The same in my case, only that the maximum width is too small

Yeah, I set it to 100% and it took up like a third of the space.

1 Like

I was able to reproduce this and have sent this to the team!

1 Like

This has been fixed!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.