remotes/1693045480750635534/spooky-22
Aevann1 2021-09-07 00:54:48 +02:00
parent 6683455a20
commit 1db8acb001
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@
{% elif p.is_video %}
<div class="row no-gutters">
<div class="col">
<video controls preload="none" style="max-width: 100%">
<video controls preload="metadata" style="max-width: 100%">
<source src="{{ p.realurl(v) }}" type="video/mp4">
</video>
</div>