Local Video

Render the academy-theme local-video shortcode.

The local-video shortcode embeds an HTML5 <video> player for a locally hosted video file.

{{< local-video src="/path/to/video.mp4" muted="true" autoplay="true" loop="true" >}}

Parameters:

ParameterDescriptionDefault
srcPath to the video file(required)
mutedMute the videofalse
autoplayAuto-play the videofalse
loopLoop playbackfalse