Video renders an HTML5 <video> element with playback controls. Supports dynamic URLs via {{ field }} interpolation.
Basic Usage
Controls are shown by default. The first positional argument issrc.
Playback Options
Control autoplay, looping, and muting. Browsers requiremuted=True for autoplay to work without user interaction:
Autoplay with loop
Poster Image
Show a thumbnail before the video plays:Poster thumbnail
API Reference
Video Parameters
Video URL.
Poster image URL shown before playback.
Show playback controls.
Auto-start playback. Requires
muted=True in most browsers.Loop playback.
Mute audio.
CSS width value with units.
CSS height value with units.
Additional Tailwind CSS classes.
Protocol Reference
Video