Reduce the timestamp pf videos so that they start at beginning See merge request pleroma/pleroma-fe!1890
@@ -0,0 +1 @@
+nothing
@@ -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"