Browse Source

fix(mobile): potential fix for ios devices trying to make the youtube embed fullscreen

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 3 years ago
parent
commit
8d6bacded1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/src/pages/Station/index.vue

+ 2 - 1
frontend/src/pages/Station/index.vue

@@ -1132,7 +1132,8 @@ export default {
 						iv_load_policy: 3,
 						rel: 0,
 						showinfo: 0,
-						disablekb: 1
+						disablekb: 1,
+						playsinline: 1
 					},
 					events: {
 						onReady: () => {