Update item.tpl.html
This commit is contained in:
parent
5c630fe7b3
commit
077f37b331
|
@ -33,7 +33,7 @@
|
|||
<div>
|
||||
<!-- <img src="{{ thumb }}" /><br /> -->
|
||||
{% endif %}
|
||||
<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>
|
||||
<audio id="my-video" class="video-js audiojs" autoplay controls loop src="{{ dest }}" data-setup="{}" poster="{% if thumb !== null %}{{ thumb }}{% else %}/s/200.gif{% endif %}" type="audio/mp3" ></audio>
|
||||
{% if thumb != null %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user