Update item.tpl.html
This commit is contained in:
parent
38b815a354
commit
1b1a47a875
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user