Skip to content

Commit 615cd13

Browse files
authored
Update player.vue
Added "x5-playsinline" for Wechat and QQ.
1 parent 7755c52 commit 615cd13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/player.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
if (playsinline) {
8888
this.$el.children[0].setAttribute('playsinline', playsinline)
8989
this.$el.children[0].setAttribute('webkit-playsinline', playsinline)
90+
this.$el.children[0].setAttribute('x5-playsinline', playsinline)
9091
}
9192
9293
// emit event

0 commit comments

Comments
 (0)