Autoplay Videos

Things I have tried

What I’m trying to do

Hi there,

i want to embed a video locally in my note.
Is there a way to autoplay the mp4 file - ideally in a loop - when I open the mode in preview?

Thanks so much for your help!

Manuel

if you use <video> tag, you can use something like this:

<video src="file:///Users/... video.mp4" controls autoplay loop></video>
1 Like

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