Forum Discussion
BarbaraJacobs-1
1 year agoCommunity Member
Turn OFF Picture-in-Picture using JavaScript
We need to turn off picture-in-picture for videos. I found this online, but I need to know how to work this for Storyline videos (not iframes). Can this work in Storyline? How would I post the sou...
RussLickteig
30 days agoCommunity Member
Hi Nedim! Thank you so much for the JS code to turn off PiP! Any chance you can share the same to turn off Full Screen?
RussLickteig
29 days agoCommunity Member
Figured it out!
const videoFullscreen = document.querySelector('.video-full-screen');
videoFullscreen.style.display = 'none'
Related Content
- 4 months ago