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>
|
||||
|
@ -51,7 +51,7 @@ a:hover {
|
||||
color: #74c100;
|
||||
}
|
||||
|
||||
.medium {
|
||||
.medium, .thumbnail {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
Reference in New Issue
Block a user