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

View File

@ -407,7 +407,7 @@
{% elif p.is_video %}
<a href="javascript:void(0)">
<div style="text-align: center" class="mt-4">
<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>