Update item.tpl.html
This commit is contained in:
parent
eed6a6e566
commit
c26348b437
|
@ -24,7 +24,7 @@
|
|||
<div class="wrapper">
|
||||
<div class="medium">
|
||||
{% if item == "video" %}
|
||||
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" controls loop></video>
|
||||
<video id="player" src="{{ dest }}" style="/*max-width: 1280px; height: 50%;*/" preload="auto" controls loop></video>
|
||||
{% elseif item == "audio" %}
|
||||
{% if thumb != null %}
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user