Properties

class

class?: string

overflowAmount

The amount the video should overflow when we move it around

overflowAmount?: number

objectFit

How to present image in viewer, defaults to ‘cover’, alternative is ‘contain’

objectFit?: "cover" | "contain"

enableParallax

Enable parallax on media

enableParallax?: boolean

mute

Set to false to enable audio by default

mute?: boolean

children

Children to render on top of the video

children?: Snippet