more margin
This commit is contained in:
parent
74e93368a7
commit
ada3790303
@ -22,7 +22,7 @@
|
|||||||
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
|
<video id="player" src="{{ dest }}" style="max-width: 1280px; height: 50%;" preload="auto" autoplay controls loop></video>
|
||||||
{% elseif item == "audio" %}
|
{% elseif item == "audio" %}
|
||||||
{% if thumb != null %}
|
{% if thumb != null %}
|
||||||
<div class="audiothumbnail">
|
<div>
|
||||||
<img src="{{ thumb }}" /><br />
|
<img src="{{ thumb }}" /><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
<audio id="player" controls loop src="{{ dest }}" type="audio/mp3" autoplay></audio>
|
||||||
|
Loading…
Reference in New Issue
Block a user