Update item.tpl.html

This commit is contained in:
noxy 2016-10-20 23:16:07 +00:00
parent e1de555b2e
commit 905812bcad

View File

@ -18,7 +18,7 @@
<img src="{{ thumb }}" />
</div>
{% endif %}
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio><br />
{% elseif item == "image" %}
<a href="{{ dest }}" target="_blank"><img src="{{ dest }}" style="max-width: 1024px" /></a>
{% else %}