HTML <img> and 'video' tags are not working in obsidian

The FR and discussion for relative links is here:


For now, this works with images:

<img src="file:///Users/USER/Desktop/123.png"/>

For video, this shows me the first frame but there are no video controls:

<video src="file:///Users/USER/Desktop/123.mp4"/>
2 Likes