I am trying to change playback rate of video contents at ILIAS editor.
<video.playbackRate = 2.0;>
Thanks
To prohibit downloading video resource by right clicking of mouse, just simply add text <body oncontextmenu="return false;"> in ILIAS editor.
Is there similar tag to adjust video playback rate?
Like this;
<video.playbackRate = 2.0;>
Thanks
To prohibit downloading video resource by right clicking of mouse, just simply add text <body
oncontextmenu="return false;"> in ILIAS editor.
Is there similar tag to adjust video playback rate?