Can't use HTML tag <img> to show the local image

Things I have tried

I try to use the HTML tag <img> to link local images like <img src="_v_images/myimage.png" style="zoom:80%;" />. Files is in right path, but it can’t be shown in the passage.

What I’m trying to do

I want to use the <img> to show local images.

Please help me, thank you very much.

1 Like

It works fine just tested it, but you need to add the full path to the file on your PC.
Example:

<img src="K:\Nextcloud\Obsidian\Obsidian Vault\Archive\Assets\Ezra Prelaudia.png" style="zoom:80%;" />
1 Like

Thank you very much!

1 Like

You’re welcome :slight_smile:

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