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:
commit
db33d58ba7
1
changelog.d/video-poster.update.skip
Normal file
1
changelog.d/video-poster.update.skip
Normal file
@ -0,0 +1 @@
|
|||||||
|
nothing
|
@ -2,7 +2,7 @@
|
|||||||
<video
|
<video
|
||||||
class="video"
|
class="video"
|
||||||
preload="metadata"
|
preload="metadata"
|
||||||
:src="attachment.url + '#t=0.5'"
|
:src="attachment.url + '#t=0.00000000000001'"
|
||||||
:loop="loopVideo"
|
:loop="loopVideo"
|
||||||
:controls="controls"
|
:controls="controls"
|
||||||
:alt="attachment.description"
|
:alt="attachment.description"
|
||||||
|
Loading…
Reference in New Issue
Block a user