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)