Embeded videos with options

The following code does exactly what I want:

<video src="file:///path/to/video.mp4" autoplay loop muted></video>

The problem is it doesn’t support relative links.

I’d like to know if there is anyway to control embeded videos natively, without plugins like Media Extended:

![video](video.mp4){.video autoplay loop muted}

Some wikilink like:

![[video.mp4 | autoplay loop muted]]
1 Like

I’ll second this one. Having full control over image and video display is sorely needed.

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