diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-02-29 20:08:03 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-02-29 20:08:03 +0000 |
| commit | db33d58ba7a91da3461556a8a296991cad53afa8 (patch) | |
| tree | 2c8a4796536624a0772419d58fe3e4ff03a664c5 /src/components/video_attachment/video_attachment.vue | |
| parent | 90427921336879bd7b5df742a7af41d85dceeee4 (diff) | |
| parent | 45a4b204c8978c4c3bf30101e24900de5ac20559 (diff) | |
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 (limited to 'src/components/video_attachment/video_attachment.vue')
| -rw-r--r-- | src/components/video_attachment/video_attachment.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/video_attachment/video_attachment.vue b/src/components/video_attachment/video_attachment.vue index 23eb4c55..df763143 100644 --- 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" |
