This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Open Webinarjam | |
| Let the video load | |
| Once the video is loaded press F-12 to open inspect element | |
| goto console tab | |
| Paste the below code to enable video controls and press enter | |
| document.querySelector('video').controls = true; | |
| document.querySelector('.w-100.h-100.p-absolute.z-index-101').style.zIndex = -1; |