Make thumbnails a little wider
authorBernie Innocenti <bernie@codewiz.org>
Sat, 18 Apr 2015 04:53:09 +0000 (00:53 -0400)
committerBernie Innocenti <bernie@codewiz.org>
Sat, 18 Apr 2015 04:53:09 +0000 (00:53 -0400)
geekigeeki.conf.py

index d99dcc36ade99fae66123b1540bb9c2bb886c445..a9bad41141cc26ac71be981573f6a3570d66858a 100644 (file)
@@ -40,7 +40,7 @@ datetime_fmt = '%a, %d %b %Y %H:%M:%S %Z'
 nonexist_pfx = ''
 
 # maximum image width in pixels for thumbnails (set to '' to disable scaling)
-image_maxwidth = 400
+image_maxwidth = 512
 
 # Set to True for CGI var dump
 debug_cgi = False