From 2d7c8797560b20d6ad84c356aaa9a0c82dc89f27 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Thu, 9 Nov 2023 07:40:54 +0100 Subject: [PATCH] Use higher resolution images from Cmmons --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2f43c50..81c2eef 100755 --- a/app.py +++ b/app.py @@ -475,7 +475,7 @@ def item_page(item_id: int) -> str | Response: existing_depicts = existing_depicts_from_entity(entity) - width = 800 + width = 1200 image_filename = item.image_filename if image_filename: image = image_with_cache(qid, image_filename, width)