Forráskód Böngészése

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

Reduce the timestamp pf videos so that they start at beginning

See merge request pleroma/pleroma-fe!1890
HJ 9 hónapja
szülő
commit
db33d58ba7

+ 1 - 0
changelog.d/video-poster.update.skip

@@ -0,0 +1 @@
+nothing

+ 1 - 1
src/components/video_attachment/video_attachment.vue

@@ -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"