Skip to content

Video Element

The Video element embeds a video player on your page, supporting various video sources including YouTube.


Overview

Video is ideal for:

  • Product demonstrations
  • Tutorial content
  • Promotional videos
  • Educational materials
  • Any video content

Adding a Video Element

  1. Open the Website Builder
  2. Find Video in the Elements panel
  3. Drag it onto your page
  4. Configure the video URL in the General Tab

Properties

General Tab

PropertyDescription
Video URLURL of the video to play
Auto PlayStart playing automatically
LoopRepeat video when finished
MutedStart with audio muted
ControlsShow player controls
RatioVideo aspect ratio

Playback Options

OptionDescription
Auto PlayVideo starts when page loads
LoopVideo repeats continuously
MutedAudio is off by default
ControlsPlay/pause, volume, fullscreen

Dimensions Tab

PropertyDescription
WidthPlayer width
HeightPlayer height
Border RadiusCorner rounding

Supported Sources

The video element uses ReactPlayer and supports:

SourceExample
YouTubehttps://www.youtube.com/watch?v=...
MP4https://example.com/video.mp4
WebMhttps://example.com/video.webm
Vimeohttps://vimeo.com/...
OtherMost common video formats

Use Cases

Product Demo

URL: https://youtube.com/watch?v=demo123
Auto Play: false
Controls: true

Background Video

URL: https://yoursite.com/bg-video.mp4
Auto Play: true
Loop: true
Muted: true
Controls: false

Tutorial

URL: https://youtube.com/watch?v=tutorial
Auto Play: false
Controls: true

Promotional

URL: https://youtube.com/watch?v=promo
Auto Play: false
Controls: true

Aspect Ratios

Common video aspect ratios:

RatioUse Case
16:9Standard widescreen
4:3Older standard format
1:1Square videos
9:16Vertical/mobile videos

Empty State

When no URL is provided, the element displays a video icon placeholder.


Best Practices

  1. Use appropriate dimensions - Match video aspect ratio

  2. Consider autoplay carefully - Can annoy users, mute if autoplaying

  3. Show controls - Let users pause/adjust

  4. Optimize for mobile - Test on smaller screens

  5. Host efficiently - Use YouTube/Vimeo for better streaming

  6. Provide context - Add text explaining the video content


Questions?

If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.

Useful Links:

Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Image - https://help.acenji.com/#/./create-web-application/elements/image/index

Was this article helpful?

No-Code App Builder