Change Vimeo fallback player

This commit is contained in:
calzoneman 2014-03-07 20:37:20 -06:00
parent 214537efdb
commit 2211e4da9c
5 changed files with 162 additions and 7 deletions

View file

@ -59,10 +59,10 @@ mixin us-playback
.col-sm-4
.col-sm-8
p.text-info Setting <code>wmode=transparent</code> allows objects to be displayed above the video player, but may cause performance issues on some systems.
mixin rcheckbox("us-no-h264", "Use JWPlayer for h.264 playback")
mixin rcheckbox("us-no-h264", "Use flash for h.264 playback")
.col-sm-4
.col-sm-8
p.text-info Some browsers (e.g. Firefox &lt;=28) do not support native h.264 video playback. This option allows such content to be played using JWPlayer's flash player.
p.text-info CyTube will attempt to autodetect browsers that do not natively support h.264 playback and fall back on a flash player. This overrides that automatic detection and forces use of the flash player.
mixin rcheckbox("us-hidevideo", "Remove the video player")
mixin rcheckbox("us-playlistbuttons", "Hide playlist buttons by default")
mixin rcheckbox("us-oldbtns", "Old style playlist buttons")