To add a full-width video player into your page, please follow these instructions:
1. Go to your specific Live Editor
2. Add one column Row
3. Add a new Video element with your video link URL.
4. Set the custom width to 1600 and Height to 900
5. Click on the edit icon for the row and define “Row CSS Class” to “videoFullwidth”
6. After that click on Page Setting >> Other Script >> Custom CSS >> insert the CSS code.
.videoFullWidth .fixed-width{ width:100%;}
.container .videoFullWidth .one-column.column{ width:100%; margin:0;}
7. Save your work