From 351c0ea2e26fd1e83f9157601d64879b0ffd5dbc Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 30 May 2018 12:53:22 -0400 Subject: [PATCH] Return max image preview dimension to 128px --- brutaldon/templates/main/toot_partial.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index e33324d..3b9c1ba 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -71,7 +71,7 @@ {% if media.description %} title="{{ media.description }}" {% endif %} - class="image is-max-256"> + class="image is-max-128"> {% endfor %}