Media
Controls
For local video, there are a few options for controls:
<video width="900" controls autoplay muted loop poster="../assets/thumbnail.jpg">
| Attribute | Effect |
|---|---|
| autoplay | Starts playing automatically (usually needs muted too, since browsers block unmuted autoplay) |
| muted | Starts silent |
| loop | Repeats when finished |
| poster="..." | Thumbnail image shown before playback starts |
Local Video
Due to Github file size limitation, mv assets/4K_Wujiaochang_Shanghai_China360.mp4 /opt/video/ to avoid load video to Github.
So, this sample is NOT working since the video file cannot be found.
Video Link Embed
使用HTML的iframe可以嵌入各大平台的视频,例如YouTube: