commit: db33d58ba7a91da3461556a8a296991cad53afa8
parent 90427921336879bd7b5df742a7af41d85dceeee4
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Thu, 29 Feb 2024 20:08:03 +0000
Merge branch 'revert-6391a6a4' into 'develop'
Reduce the timestamp pf videos so that they start at beginning
See merge request pleroma/pleroma-fe!1890
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/changelog.d/video-poster.update.skip b/changelog.d/video-poster.update.skip
@@ -0,0 +1 @@
+nothing
diff --git a/src/components/video_attachment/video_attachment.vue b/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"