Merge branch 'revert-6391a6a4' into 'develop'

Reduce the timestamp pf videos so that they start at beginning

See merge request pleroma/pleroma-fe!1890
This commit is contained in:
HJ 2024-02-29 20:08:03 +00:00
commit db33d58ba7
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
nothing

View File

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