ryanmcalister / unotes

Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
MIT License
173 stars 22 forks source link

Local image resizing not being displayed correctly (whereas it works for remote images) #160

Open lolo120916 opened 7 months ago

lolo120916 commented 7 months ago

Resizing a remote image, as indicated in https://github.com/ryanmcalister/unotes/issues/74 does work.

<img src="https://octodex.github.com/images/daftpunktocat-thomas.gif" width="200" height="100"/> is correctly previewed as:

However, it does not work for a local image.

<img src="illustrations/image-8.png" width="250" height="300"/>

displays nothing, only the surrounding frame, (whereas it is correctly displayed in vscode native previewer):

`