more margin

This commit is contained in:
Flummi 2016-10-21 23:43:02 +02:00
parent 74e93368a7
commit ada3790303

View File

@ -22,7 +22,7 @@
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
{% elseif item == "audio" %}
{% if thumb != null %}
<div class="audiothumbnail">
<div>
<img src="{{ thumb }}" /><br />
{% endif %}
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>