From: Bernie Innocenti Date: Sat, 18 Apr 2015 04:53:09 +0000 (-0400) Subject: Make thumbnails a little wider X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=b5e1317e7a22607f73df90170b74a18898a52709;p=geekigeeki.git Make thumbnails a little wider --- 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