From 3f595f80840e6b31cf924336bd8aa2cb045a02be Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Thu, 25 Jan 2024 13:22:33 +0100 Subject: [PATCH] Bump the thumbnail size to 300x300 --- damnit/ctxsupport/ctxrunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damnit/ctxsupport/ctxrunner.py b/damnit/ctxsupport/ctxrunner.py index 58d7abbc..2f4119b8 100644 --- a/damnit/ctxsupport/ctxrunner.py +++ b/damnit/ctxsupport/ctxrunner.py @@ -34,7 +34,7 @@ log = logging.getLogger(__name__) -THUMBNAIL_SIZE = 35 # px +THUMBNAIL_SIZE = 300 # px # More specific Python types beyond what HDF5/NetCDF4 know about, so we can