Totara Learn Open Discussions

Disable Navigation of Embedded video

 
Raechel Wilson
Disable Navigation of Embedded video
de Raechel Wilson - Wednesday, 17 de August de 2022, 14:40
 

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
de Craig Eves (Totara Support) - Monday, 22 de August de 2022, 19:07
Grupo 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