From b5e1317e7a22607f73df90170b74a18898a52709 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Sat, 18 Apr 2015 00:53:09 -0400 Subject: [PATCH] Make thumbnails a little wider --- geekigeeki.conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geekigeeki.conf.py b/geekigeeki.conf.py index d99dcc3..a9bad41 100644 --- a/geekigeeki.conf.py +++ b/geekigeeki.conf.py @@ -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 -- 2.25.1