George S. Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
653b2e289e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      www/templates/posts.tx

+ 3 - 0
www/templates/posts.tx

@@ -22,6 +22,9 @@
                 <span id="<: $post.id :>-time" style="float:right;"><: $post.created :></span>
                 <a class='usericon <: $post.user :>' title='Posted by <: $post.user :>'></a>
             </h3>
+            : if ( !$post.video_href && !$post.is_image && $post.preview ) {
+                <div style="background-image:url(<: $post.preview :>);" class="responsive preview"></div>
+            : }
             : if ( $post.video_href ) {
                 <video class="responsive" controls poster="<: $post.preview :>" >
                     <source src="<: $post.video_href :>" type="<: $post.video_content_type :>" />