Skip to content

Commit

Permalink
Merge pull request #229 from ooyala/feature/PLAYER-4114
Browse files Browse the repository at this point in the history
[feature/PLAYER-4114] Adding the AirPlay button
  • Loading branch information
zelibobla authored Jan 25, 2019
2 parents 4470ddc + 7a74801 commit f338b69
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
{"name":"timeDuration", "location":"controlBar", "whenDoesNotFit":"drop", "minWidth":145 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":1 },
{"name":"chromecast", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":45 },
{"name":"airPlay", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":45 },
{"name":"share", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":45 },
{"name":"discovery", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":45 },
{"name":"closedCaption", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":45 },
Expand All @@ -301,8 +302,8 @@
{"name":"fullscreen", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":45 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":45 },
{"name":"arrowsBlack", "location": "mainView", "whenDoesNotFit":"keep", "minWidth":45 }
],
"desktopAd": [
],
"desktopAd": [
{"name":"playPause", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":45 },
{"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":240 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":1 },
Expand All @@ -316,6 +317,7 @@
{"name":"timeDuration", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":60 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":1 },
{"name":"chromecast", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"airPlay", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"share", "location":"moreOptions" },
{"name":"discovery", "location":"moreOptions" },
{"name":"closedCaption", "location":"moreOptions" },
Expand Down Expand Up @@ -380,6 +382,7 @@
"audioAndCC": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u005F", "fontStyleClass": "oo-icon oo-icon-audio-and-cc"},
"selected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u0040", "fontStyleClass": "oo-icon oo-icon-selected"},
"chromecast-connected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u003B", "fontStyleClass": "oo-icon"},
"chromecast-disconnected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u003A", "fontStyleClass": "oo-icon"}
"chromecast-disconnected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u003A", "fontStyleClass": "oo-icon"},
"airPlay": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u007B", "fontStyleClass": "oo-icon"}
}
}

0 comments on commit f338b69

Please sign in to comment.