From 5b1cfad51f458af26f2e6e5c9aede83e6941a42b Mon Sep 17 00:00:00 2001 From: oSulyma <47105944+oSulyma@users.noreply.github.com> Date: Fri, 12 Apr 2019 08:29:07 +0300 Subject: [PATCH] [PLAYER-5411] Added button for 'Picture in picture' and it's icons (#237) --- skin.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/skin.json b/skin.json index a0d297f..4b44879 100644 --- a/skin.json +++ b/skin.json @@ -356,7 +356,8 @@ {"name":"stereoscopic", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 }, {"name":"audioAndCC", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 }, {"name":"fullscreen", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 }, - {"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 } + {"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 }, + {"name":"pipButton", "location": "controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 } ], "mobileAd": [ {"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 }, @@ -422,6 +423,8 @@ "chromecast-connected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u003B", "fontStyleClass": "oo-icon"}, "chromecast-disconnected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u003A", "fontStyleClass": "oo-icon"}, "airPlay-connected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u007C", "fontStyleClass": "oo-icon"}, - "airPlay-disconnected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u007B", "fontStyleClass": "oo-icon"} + "airPlay-disconnected": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u007B", "fontStyleClass": "oo-icon"}, + "pipInButton": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u002B", "fontStyleClass": "oo-icon"}, + "pipOutButton": {"fontFamilyName": "ooyala-slick-type", "fontString": "\u002C", "fontStyleClass": "oo-icon"} } }