How to prevent YouTube clip from autoplaying?

Hi, I have a youtube video embedded in a page with {{video}} and it doesn’t autoplay, which is good.

I also have a CLIP of the very same youtube video embedded with {{video}} and the same clip embedded with <iframe … autoplay=0> and they both autoplay. How do I prevent this from happening?

I need to link to five clips and they all start playing at once on the logseq page. I tried moving each clip to a different page and adding a Prev/Next link, but then the videos appeared in the Linked References and started autoplaying there too!

Ok, so the Next/Prev links where children of the video block. When I fixed that, the videos in “Linked References” stopped playing.