Commit 94add3

2026-08-30 14:33:51 Ralph Thesen: Document YouTube embedding on the Video example page
examples/video attachment.md ..
@@ 20,6 20,24 @@
/examples/Video%20Attachment/example.mp4
}}
+ ## YouTube
+
+ The same embedding renders a YouTube URL (`youtube.com/watch?v=…` or
+ `youtu.be/…`) as an embedded player. The playback flags map onto the YouTube
+ iframe parameters, so `controls`, `autoplay`, `muted` and `loop` still apply.
+
+ ```
+ {{Video
+ |width=100%
+ https://www.youtube.com/watch?v=aqz-KE-bpKQ
+ }}
+ ```
+
+ {{Video
+ |width=100%
+ https://www.youtube.com/watch?v=aqz-KE-bpKQ
+ }}
+
## Via HTML
This page has a video file [example.mp4](/examples/Video%20Attachment/example.mp4) attached. You can add the video to the wiki page using a html block:
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9