Simplemde-markdown-editor: Insert Image Dimensions

Created on 6 Jun 2018  路  2Comments  路  Source: sparksuite/simplemde-markdown-editor

Hi, how can we add img width and height?

![hello world](https://xxxx.net/0000.png)
<img src="https://xxx.net/0000.png " alt="hello world">

but how ?

<img src="https://xxx.net/0000.png " alt="hello world" width="100" height="100">

Most helpful comment

It's not woking :(

All 2 comments

Try this:
![hello world](https://xxxx.net/0000.png =100x100)

It's not woking :(

Was this page helpful?
0 / 5 - 0 ratings

Related issues

asvae picture asvae  路  3Comments

elsuxo picture elsuxo  路  3Comments

ferreiro picture ferreiro  路  4Comments

garethrbrown picture garethrbrown  路  5Comments

liniu picture liniu  路  3Comments