diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-06 09:35:46 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-06 09:35:46 +0200 |
| commit | 962bce5ee3cdff421fcf54dfc4ea2f1af882665c (patch) | |
| tree | 3bf37c553bb66e54fe8b601afa0e5a5aa56c5e54 /src/components/video_attachment/video_attachment.vue | |
| parent | 3239bd34dfd60d7836d42b69bb62912f66af29d6 (diff) | |
| parent | 943fee9fbc3768733417033191540773ac76c711 (diff) | |
Merge remote-tracking branch 'origin/develop' into themes3
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" |
