Created
June 21, 2020 10:42
-
-
Save curioustushar/6695f9a73d4e311aa111b4ab8a1bca5e to your computer and use it in GitHub Desktop.
Webinarjam enable video controls
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; | |
| Happy learning :) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see it in action