Fix video posters on Safari
This commit is contained in:
parent
2b41c1cfe8
commit
5bd8a78a7a
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<video
|
||||
class="video"
|
||||
preload="metadata"
|
||||
:src="attachment.url"
|
||||
:src="attachment.url + '#t=0.5'"
|
||||
:loop="loopVideo"
|
||||
:controls="controls"
|
||||
:alt="attachment.description"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue