diff --git a/templates/post_reply.html b/templates/post_reply.html index 713ddac9..bdac289d 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -93,20 +93,35 @@ )

- - + {% if post.thumb|extension == 'webm' %} + + {% else %} + + {% endif %} {% endif %} {{ post.postControls }} diff --git a/templates/post_thread.html b/templates/post_thread.html index 113444be..fdf6369a 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -41,20 +41,36 @@ {% endif %} )

- - + {% if post.thumb|extension == 'webm' %} + {% else %} - {{ config.uri_thumb }}{{ post.thumb }} - {% endif %}" style="width:{{ post.thumbwidth }}px;height:{{ post.thumbheight }}px" alt="" /> + + {% endif %} + {% endif %}