Forum Discussion
ElizabethEva592
2 years agoCommunity Member
Remove Playback Speed Option on Video Controls
Hello Heros!
I am wondering if there is a way to remove the playback speed button on the video controls. Our courses are gated by time, and some learners are watching the videos at 2X, which is me...
Nedim
2 years agoCommunity Member
Hi Elizabeth,
That can be done only with Javascript. Execute Javascript when the timeline starts on this slide: document.querySelector('.video-playback-speed').style.display = 'none';
- ElizabethEva5922 years agoCommunity Member
Thank you so much Nedim! That did the trick!
Elizabeth
- MichaelGallaghe4 months agoCommunity Member
I have a video inserted on a slide that has no audio. Can you give me the code to hide the "Volume" button?
Related Content
- 7 months ago