load video metadata

remotes/1693045480750635534/spooky-22
fireworks88 2021-09-05 21:30:16 +02:00
parent cb4572dedb
commit 23bd579f87
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,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>