Bugfix: Thumbnail sizes (thumbx => thumbwidth, etc.)
This commit is contained in:
@@ -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="" />
|
||||
</a>
|
||||
{% endif %}
|
||||
{{ post.postControls }}
|
||||
|
Reference in New Issue
Block a user