remotes/1693045480750635534/spooky-22
fireworks88 2021-09-06 23:25:20 +02:00
parent bccbdcd507
commit 2c36cabcb1
2 changed files with 1 additions and 2 deletions

View File

@ -225,7 +225,7 @@
</div>
{% elif p.is_video %}
<div style="text-align: center" class="mt-4">
<video controls preload="metadata" style="max-width: 100%">
<video controls preload="metadata" style="max-width: 100%" onclick="return false">
<source src="{{ p.realurl(v) }}" type="video/mp4">
</video>
</div>

View File

@ -340,7 +340,6 @@
</label>
<small class="form-text text-muted">Optional if you have text.</small>
<br />
<small class="form-text text-muted">You can upload videos up to 1 minute long if you have at least {{ 'VIDEO_COIN_REQUIREMENT' | app_config }} {{ 'COINS_NAME' | app_config }}{% if v.admin_level > 1 %} or are an admin{% endif %}.</small>
</div>
</div>