Skip to content

Commit

Permalink
Merge pull request #216 from ooyala/PLAYER-4007
Browse files Browse the repository at this point in the history
[PLAYER-4007] Added playbackSpeed button for mobile content
  • Loading branch information
brol1dev authored Sep 18, 2018
2 parents f7c2afc + 51ab725 commit cd915ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions skin-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@
"quality",
"logo",
"stereoscopic",
"playbackSpeed",
"fullscreen",
"moreOptions",
"arrowsBlack",
Expand Down
1 change: 1 addition & 0 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
{"name":"discovery", "location":"moreOptions" },
{"name":"closedCaption", "location":"moreOptions" },
{"name":"stereoscopic", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 },
{"name":"playbackSpeed", "location": "controlBar", "whenDoesNotFit":"keep", "minWidth":50 },
{"name":"audioAndCC", "location": "controlBar", "whenDoesNotFit":"keep", "minWidth":50 },
{"name":"fullscreen", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":50 }
Expand Down

0 comments on commit cd915ad

Please sign in to comment.