Update item.tpl.html

This commit is contained in:
noxy 2017-11-25 23:16:22 +00:00
parent 38b815a354
commit 1b1a47a875

View File

@ -32,7 +32,7 @@
<div> <div>
<!-- <img src="{{ thumb }}" /><br /> --> <!-- <img src="{{ thumb }}" /><br /> -->
{% endif %} {% endif %}
<audio id="my-video" class="video-js audiojs" controls loop src="{{ dest }}" data-setup="{}" poster="{% if thumb !== null %}{{ thumb }}{% else %}/s/pingu.gif{% endif %}" type="audio/mp3" ></audio> <audio id="my-video" class="video-js audiojs" controls loop src="{{ dest }}" data-setup="{}" poster="{% if thumb !== null %}{{ thumb }}{% else %}/s/200.gif{% endif %}" type="audio/mp3" ></audio>
{% if thumb != null %} {% if thumb != null %}
</div> </div>
{% endif %} {% endif %}