Forum Discussion

ElizabethEva592's avatar
ElizabethEva592
Community Member
7 months ago

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 messing with the timing triggers. 

Thanks in advance.

Elizabeth 

  • 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';