mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 10:11:52 +00:00
Test fix for video preview on iOS
This commit is contained in:
parent
cf7965d5c2
commit
c101edcec4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<capture-options v-else/>
|
||||
|
||||
<div class="preview">
|
||||
<video ref="preview" class="preview-visual" height="200px" autoplay></video>
|
||||
<video ref="preview" class="preview-visual" height="200px" preload="yes" autoplay muted playsinline webkit-playsinline></video>
|
||||
</div>
|
||||
|
||||
<button class="capture-btn" :class="{ 'capture-btn--capturing': capturing.status }" @click="startCapture">Capture</button>
|
||||
|
|
Loading…
Reference in a new issue