You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
displays nothing, only the surrounding frame, (whereas it is correctly displayed in vscode native previewer):
`
The text was updated successfully, but these errors were encountered:
lolo120916
changed the title
Image si
Local image resizing not being displayed correctly (whereas ok for remote image)
Dec 8, 2023
lolo120916
changed the title
Local image resizing not being displayed correctly (whereas ok for remote image)
Local image resizing not being displayed correctly (whereas it works for remote images)
Dec 8, 2023
Resizing a remote image, as indicated in #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):
`
The text was updated successfully, but these errors were encountered: