Totara Learn Open Discussions

Disable Navigation of Embedded video

 
Raechel Wilson
Disable Navigation of Embedded video
von Raechel Wilson – Wednesday, 17 August 2022, 2:40 PM
 

Hi everyone


Is it possible to enable the navigation i.e. skipping forward within embedded video files?

We are having a problem with people skipping ahead and not actually watching our videos other than the last 2 seconds.


Let me know


Thanks


Raechel

Craig Eves
Re: Disable Navigation of Embedded video
von Craig Eves (Totara Support) – Monday, 22 August 2022, 7:07 PM
Gruppe Totara

Hi Raechel

Not sure disabling it is a good idea it  means you can't go back to watch a section again if you miss something, 

If you want to hide this control the add this CSS 

.video-js .vjs-progress-control { visibility: hidden; }

regards