Skip to content

Commit

Permalink
fix(video): video fullscreen on ios devices
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Nov 29, 2023
1 parent 15da8b5 commit ad76d4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Videos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export default {
blankVideo,
controls: ['play-large', 'play', 'progress', 'current-time', 'mute', 'volume', 'captions', 'settings', 'fullscreen'],
loadSprite: false,
fullscreen: {
iosNative: true,
}

Check warning on line 104 in src/components/Videos.vue

View workflow job for this annotation

GitHub Actions / eslint

Missing trailing comma
}
},
},
Expand Down

0 comments on commit ad76d4b

Please sign in to comment.