Skip to content

Commit

Permalink
[PLAYER-4486] Fix for player controls are cropped if player size is t…
Browse files Browse the repository at this point in the history
…oo small
  • Loading branch information
Alina_Golovanova committed Nov 14, 2018
1 parent 9dcaa23 commit 6011c18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,15 +319,15 @@
{"name":"share", "location":"moreOptions" },
{"name":"discovery", "location":"moreOptions" },
{"name":"closedCaption", "location":"moreOptions" },
{"name":"stereoscopic", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 },
{"name":"audioAndCC", "location": "controlBar", "whenDoesNotFit":"keep", "minWidth":28 },
{"name":"Fullscreen", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 },
{"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 }
],
"mobileAd": [
{"name":"volume", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":1 },
{"name":"Fullscreen", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 },
{"name":"flexibleSpace", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":1 },
{"name":"Fullscreen", "location":"controlBar", "whenDoesNotFit":"moveToMoreOptions", "minWidth":28 },
{"name":"moreOptions", "location":"controlBar", "whenDoesNotFit":"keep", "minWidth":28 }
],
"audioOnly": [
Expand Down

0 comments on commit 6011c18

Please sign in to comment.