Merge branch 'video-poster' into 'develop'

Fix video posters for Safari

See merge request pleroma/pleroma-fe!1879
This commit is contained in:
HJ 2023-12-17 15:09:08 +00:00
commit 6391a6a4ea
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
class="video"
preload="metadata"
:src="attachment.url"
:src="attachment.url + '#t=0.5'"
:loop="loopVideo"
:controls="controls"
:alt="attachment.description"