aboutsummaryrefslogtreecommitdiffstats
path: root/librevideojs.php
diff options
context:
space:
mode:
Diffstat (limited to 'librevideojs.php')
-rw-r--r--librevideojs.php2
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;