There are several options how to insert video to the website :
Option 1 (insert media player, e.g., YouTube):
- Adding Youtube:
- Drag & drop "Media" from main toolbar;
- Choose Youtube composition;
- Write "URL or ID" in right toolbar.
- Customising video:
- Size:
Adjust video size or "Allow to adjust size automatically" in right toolbar.
Option 2 (upload video from your computer, it will be played as a background):
- Select "Shape" widget and choose shape composition;
- Click background in right toolbar;
- Choose Image/Video and click ;
- Click "Upload New File", choose video, click open, and click "Select";
- Under the video choose the backgrounds video settings: opacity; start time and end time;
- Video will be played with no sound.
Note. You can just drag and drop video file from your computer to website builder.
Option 3 (upload video from your computer):
- Select "Advanced" widget and choose "Custom Html";
- In the right toolbar "Custom Html" tab, select HTML code by clicking on a pencil icon;
- Insert this code:
<video style="width: 100%; height: 100%; position: relative; z-index: 2;" src="VIDEO_FILE" controls> Your browser does not support the video tag. </video>
- Select "VIDEO_FILE" (without quotes) and delete it;
- Click "Click to add file(s)" button in top right corner to choose your video file;
- Click "Upload New File", choose video, open, click "Select", and click "Apply" button;
- Video will be played with sound.
- Size: