mirror of
https://github.com/videojs/video.js.git
synced 2024-12-29 02:57:21 +02:00
Merge branch 'master' of github.com:zencoder/video-js
This commit is contained in:
commit
3daa81f87e
2
video.js
2
video.js
@ -98,7 +98,7 @@ var VideoJS = _V_ = function(id, options){
|
|||||||
};
|
};
|
||||||
|
|
||||||
VideoJS.options = {
|
VideoJS.options = {
|
||||||
techOrder: ["h5swf","html5","flowplayer"],
|
techOrder: ["html5","h5swf","flowplayer"],
|
||||||
controlSets: ["bigPlayButton", "bar", "subtitlesBox"/*, "replay"*/],
|
controlSets: ["bigPlayButton", "bar", "subtitlesBox"/*, "replay"*/],
|
||||||
controlSetOptions: {
|
controlSetOptions: {
|
||||||
bigPlayButton: {},
|
bigPlayButton: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user