Fix video posters on Safari
This commit is contained in:
parent
2b41c1cfe8
commit
5bd8a78a7a
1
changelog.d/video-poster.fix
Normal file
1
changelog.d/video-poster.fix
Normal file
@ -0,0 +1 @@
|
||||
Video posters on Safari
|
@ -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…
Reference in New Issue
Block a user