Skip to content

Commit

Permalink
fix: iosの場合は全画面じゃなくても再生できるようにする
Browse files Browse the repository at this point in the history
(cherry picked from commit 45fa054)
  • Loading branch information
nacika-ins committed Sep 19, 2024
1 parent 1698122 commit 4cee9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkVideoPlayer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<video ref="videoPlayer" class="video-js" vjs-default-skin></video>
<video ref="videoPlayer" class="video-js" vjs-default-skin playsinline></video>
</div>
</template>

Expand Down

0 comments on commit 4cee9f5

Please sign in to comment.