Skip to content

Instantly share code, notes, and snippets.

@curioustushar
Created June 21, 2020 10:42
Show Gist options
  • Select an option

  • Save curioustushar/6695f9a73d4e311aa111b4ab8a1bca5e to your computer and use it in GitHub Desktop.

Select an option

Save curioustushar/6695f9a73d4e311aa111b4ab8a1bca5e to your computer and use it in GitHub Desktop.
Webinarjam enable video controls
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 :)
@curioustushar
Copy link
Author

see it in action

demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment