Video

Description:

Video

Provides a video in the page.

Allowed Parent Components:

  1. Col

Allowed Child Components:

  1. Popover

  2. Pulse

  3. Trigger Before Render

Properties

➤ View Attribute

Allowed Values: Attribute

➤ Src

Provide the location (URL) of the video file.

Allowed Values: Free text field

➤ Autoplay

Enable this to start playing as soon as it is loaded.

Allowed Values: Yes/No

➤ Loop

Enable this to start playing the video over again when it is finished.

Allowed Values: Yes/No

➤ Muted

Enable this to disable sound of the video.

Allowed Values: Yes/No

➤ Poster

Provide an image to be shown while the video is downloading, or until the user hits the play button.

Allowed Values: Free text field

➤ Seeking Visible

Provide an expression that returns false to conditionally restrict seeking the video.

Allowed Values: An expression which should return boolean after evaluation

➤ Height

Provide a number to set height for video.

Allowed Values: Any number value

➤ Width

Provide a number to set width for video.

Allowed Values: Any number value

➤ Margin

Select a value to add margin on all four sides of the component. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.

Allowed Values: Any number value

➤ Margin Bottom

Select a value to add margin on the bottom of the component.

Allowed Values: Any number value

➤ Margin Left

Select a value to add margin on the left of the component.

Allowed Values: Any number value

➤ Margin Right

Select a value to add margin on the right of the component.

Allowed Values: Any number value

➤ Margin Top

Select a value to add margin on the top of the component.

Allowed Values: Any number value

➤ Padding

Select a value to add padding on all four sides of the component. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.

Allowed Values: Any number value

➤ Padding Bottom

Select a value to add padding in the bottom of the component.

Allowed Values: Any number value

➤ Padding Left

Select a value to add padding in the left of the component.

Allowed Values: Any number value

➤ Padding Right

Select a value to add padding in right of the component.

Allowed Values: Any number value

➤ Padding Top

Select a value to add padding in top of the component.

Allowed Values: Any number value

Last updated