soundcloudthumbnail in itempage
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
<body>
|
||||
<div class="id">[ID: {{ id }} | by: {{ username }}]</div>
|
||||
<div class="return"><a href="/" title="return to main">f0ck.me</a></div><br />
|
||||
{% if thumb != null %}
|
||||
<div class="thumbnail">
|
||||
<img src="{{ thumb }}" />
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="medium">
|
||||
{% if item == "video" %}
|
||||
<video src="{{ dest }}" style="max-width: 1024px" preload="auto" autoplay controls loop></video>
|
||||
|
Reference in New Issue
Block a user