Add playsinline to video elements for iPhone
This commit is contained in:
parent
4c9d207b62
commit
72b6c45583
|
@ -88,7 +88,7 @@ export default {
|
|||
'popped-out': poppedOut,
|
||||
'popped-in': !poppedOut,
|
||||
}" @mouseover="mouseOver = true" @mouseleave="mouseOver = false">
|
||||
<video class="feed" :id="videoID" autoplay :muted="localVideo"></video>
|
||||
<video class="feed" :id="videoID" autoplay :muted="localVideo" playsinline></video>
|
||||
|
||||
<!-- Caption -->
|
||||
<div class="caption" :class="textColorClass">
|
||||
|
|
Loading…
Reference in New Issue
Block a user