Skip to content

Commit

Permalink
TTK-26989: Hide player buttons on mobile (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina authored May 9, 2024
1 parent 8df8477 commit accafdd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Resources/views/Conf/conf.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"side": "right",
"order": 102,
"rates": [0.75, 1, 1.5, 2],
"showIcon": false
"showIcon": false,
"minContainerSize": 500
},

"es.upv.paella.frameControlButtonPlugin": {
Expand Down Expand Up @@ -176,7 +177,8 @@
"enabled": true,
"order": 80,
"description": "Keyboard Shortcuts",
"side": "right"
"side": "right",
"minContainerSize": 500
},

"es.upv.paella.userEventTracker": {
Expand Down Expand Up @@ -221,7 +223,8 @@
"es.teltek.paella.pipButtonPlugin": {
"enabled": {{ isMonostream ? 'true' : 'false' }},
"side": "right",
"order": 105
"order": 105,
"minContainerSize": 500
},

"es.teltek.paella.playlistButtonPlugin": {
Expand All @@ -247,7 +250,8 @@
"es.upv.paella.findCaptionsPlugin": {
"enabled": {{ hasCaptions ? 'true' : 'false' }},
"side": "right",
"description": "Search in captions"
"description": "Search in captions",
"minContainerSize": 500
},

"es.upv.paella.slideMapProgressBarPlugin": {
Expand Down

0 comments on commit accafdd

Please sign in to comment.