Forum Discussion
ElizabethEva592
9 months 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
9 months 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';
- ElizabethEva5929 months agoCommunity Member
Thank you so much Nedim! That did the trick!
Elizabeth