diff --git a/templates/post_reply.html b/templates/post_reply.html index 635709bc..518a8edf 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -104,7 +104,7 @@ {{ config.root }}{{ config.spoiler_image }} {% else %} {{ config.uri_thumb }}{{ post.thumb }} - {% endif %}" style="width:{{ post.thumbx }}px;height:{{ post.thumby }}px" alt="" /> + {% endif %}" style="width:{{ post.thumbwidth }}px;height:{{ post.thumbheight }}px" alt="" /> {% endif %} {{ post.postControls }} diff --git a/templates/post_thread.html b/templates/post_thread.html index 4630eb40..fa8495d5 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -54,7 +54,7 @@ {{ config.root }}{{ config.spoiler_image }} {% else %} {{ config.uri_thumb }}{{ post.thumb }} - {% endif %}" style="width:{{ post.thumbx }}px;height:{{ post.thumby }}px" alt="" /> + {% endif %}" style="width:{{ post.thumbwidth }}px;height:{{ post.thumbheight }}px" alt="" /> {% endif %}