Revert "Merge branch 'video-poster' into 'develop'"

This reverts merge request !1879
This commit is contained in:
HJ 2024-01-29 22:54:10 +00:00
parent 9042792133
commit 303bfa6e39
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
Video posters on Safari

View File

@ -2,7 +2,7 @@
<video <video
class="video" class="video"
preload="metadata" preload="metadata"
:src="attachment.url + '#t=0.5'" :src="attachment.url"
:loop="loopVideo" :loop="loopVideo"
:controls="controls" :controls="controls"
:alt="attachment.description" :alt="attachment.description"