logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 6391a6a4ead068455a5b23d7d11ce0cdf2ec87ea
parent 2b41c1cfe86cba814aba98da14d70ac1c09f422f
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Sun, 17 Dec 2023 15:09:08 +0000

Merge branch 'video-poster' into 'develop'

Fix video posters for Safari

See merge request pleroma/pleroma-fe!1879

Diffstat:

Achangelog.d/video-poster.fix1+
Msrc/components/video_attachment/video_attachment.vue2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/changelog.d/video-poster.fix b/changelog.d/video-poster.fix @@ -0,0 +1 @@ +Video posters on Safari 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" + :src="attachment.url + '#t=0.5'" :loop="loopVideo" :controls="controls" :alt="attachment.description"