LESSWRONG
LW

Site Meta
Personal Blog

19

Set image dimensions using markdown

by Alex Flint
17th Jun 2020
1 min read
3

19

Site Meta
Personal Blog

19

Set image dimensions using markdown
2Gordon Seidoh Worley
2Raemon
2riceissa
New Comment
3 comments, sorted by
top scoring
Click to highlight new comments since: Today at 4:48 AM
[-]Gordon Seidoh Worley5y20

I've been similarly frustrated trying to get images to scale on LW, so looking forward to an answer (although maybe the new editor just eliminates this problem, outside using markdown?).

Reply
[-]Raemon5y20

In draft-JS (the old wysiwig editor) you should be able to scale images via dragging the corner (same for the new editor). 

I'm not sure offhand about markdown. It sounds like our markdown plugin doesn't support the common markdown image scaling syntax. We'll look into it, but it my be awhile since we have to fit it in with other priorities.

Reply
[-]riceissa4y*20

I am also running into this problem now with the Markdown editor. I switched over from the new rich editor because that one didn't support footnotes, whereas the Markdown one does. It seems like there is no editor that can both scale images and do footnotes, which is frustrating.

Edit: I ended up going with the rich editor despite broken footnotes since that seemed like the less bad of the two problems.

Reply
Moderation Log
More from Alex Flint
View more
Curated and popular this week
3Comments

When embedding an image using the markdown editor, is it possible to specify the image dimensions? It seems that both of these do not work:

Inline HTML:

<img src="https://i.imgur.com/25Magmb.png" width="123" height="123">

Some markdown variant I found on stackoverflow:

![alt text](https://i.imgur.com/25Magmb.png =123x123)