forked from MarseyWorld/MarseyWorld
master
parent
bccbdcd507
commit
2c36cabcb1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue