diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-03-13 19:53:28 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-03-13 19:53:28 -0500 |
commit | 0a833c2b407d62cf7c768e10f8bc9e44b945d9fc (patch) | |
tree | 1e7b44ada3b426b07147544ef2fb7c8677079055 /librevideojs.php | |
parent | d6d768e3718d5dcb848a68a0fb4c862ace740c6e (diff) | |
download | lidra-theme-0a833c2b407d62cf7c768e10f8bc9e44b945d9fc.tar.lz lidra-theme-0a833c2b407d62cf7c768e10f8bc9e44b945d9fc.tar.xz lidra-theme-0a833c2b407d62cf7c768e10f8bc9e44b945d9fc.zip |
Corrige compatibilidad con LibreVideoJS
Diffstat (limited to 'librevideojs.php')
-rw-r--r-- | librevideojs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librevideojs.php b/librevideojs.php index 2e03bfc..3a81b48 100644 --- a/librevideojs.php +++ b/librevideojs.php @@ -175,7 +175,7 @@ EOT; </video> </div> <script> - cliplibrejs('$player',{plugins:{resolutionSelector:{force_types:['$_force_types'],default_res:"$resolution",}},nativeControlsForTouch:false}).ready(function(){this.hotkeys({volumeStep:0.1,seekStep:5,enableMute:true,enableFullscreen: true,enableNumbers:true}),this.progressTips();}); + cliplibrejs('$player',{plugins:{resolutionSelector:{force_types:['$_force_types','video/ogv'],default_res:"$resolution",}},nativeControlsForTouch:false}).ready(function(){this.hotkeys({volumeStep:0.1,seekStep:5,enableMute:true,enableFullscreen: true,enableNumbers:true}),this.progressTips();}); </script> $style EOT; |