Fix video posters on Safari

This commit is contained in:
Mark Felder 2023-12-17 00:45:09 -05:00
parent 2b41c1cfe8
commit 5bd8a78a7a
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Video posters on Safari

View File

@ -2,7 +2,7 @@
<video <video
class="video" class="video"
preload="metadata" preload="metadata"
:src="attachment.url" :src="attachment.url + '#t=0.5'"
:loop="loopVideo" :loop="loopVideo"
:controls="controls" :controls="controls"
:alt="attachment.description" :alt="attachment.description"