Videos

![](video.mov)

Videos

# Inline Videos

![inline](video.mov)

Inline Videos

# YouTube Embeds!

![](https://www.youtube.com/watch?v=ZwzY1o_hB5Y)

You can also use URL parameters like `?t=30s` to specify a start time for the clip.

YouTube Embeds

![left](video.mov)

# Video Layout Control

Use the same layout modifiers as with images to control the positioning of videos.

- `left` and `right`
- `fit` and `fill`
- Percentage sizing, e.g. `50%`
- `hide` to hide the video. Audio will play regardless.

Video Layout Control

![right autoplay mute](video.mov)

# Video Playback Control

Control video playback by using one of those directives:

- `autoplay`
- `loop`
- `mute`

Video Playback Control