Update item.tpl.html
This commit is contained in:
parent
54863e09ce
commit
bcaa286734
|
@ -15,9 +15,9 @@
|
|||
{% elseif item == "audio" %}
|
||||
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio><br />
|
||||
{% if thumb != null %}
|
||||
<div class="audiothumbnail">
|
||||
<!--<div class="audiothumbnail">-->
|
||||
<img src="{{ thumb }}" />
|
||||
</div>
|
||||
<!--</div>-->
|
||||
{% endif %}
|
||||
{% elseif item == "image" %}
|
||||
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
|
||||
|
|
Loading…
Reference in New Issue
Block a user