{% if media.type == 'webm' %}
<tr>
<td {% if forloop.first %}class="border-top"{% endif %} width="230px" style="vertical-align:middle">
- <a href="{% url teleforma-media-detail media.id %}" title="{% trans "Play" %}">
- {% if media.item.related.all %}
- {% for related in media.item.related.all %}
- {% if related.title == "preview" %}
- <img src="{{ MEDIA_URL }}{{ related.file }}" width="100%" alt="{% trans 'Click here' %}" />
- {% endif %}
- {% endfor %}
- {% else %}
- {% trans 'Click here' %}
- {% endif %}
- </a>
+ <a href="{% url teleforma-media-detail media.id %}" title="{% trans "Play" %}">
- {% if media.item.related.all %}
++ {% if media.item.related.all %}
+ {% for related in media.item.related.all %}
+ {% if related.title == "preview" %}
+ <div style="background: no-repeat url('{{ MEDIA_URL }}{{ related.file }}') 0 0; background-size: 100%;">
+ <img src="{{ STATIC_URL }}teleforma/images/play_168.png" width="100%" alt="{% trans 'Click here' %}" />
+ </div>
+ {% endif %}
+ {% endfor %}
+ {% else %}
+ {% trans 'Click here' %}
+ {% endif %}
+ </a>
</td>
<td {% if forloop.first %}class="border-top"{% endif %} width="60%" style="padding-left: 1em;">
<div>