Use higher resolution images from Cmmons

This commit is contained in:
Edward Betts 2023-11-09 07:40:54 +01:00
parent e1d5f33d2e
commit 2d7c879756

2
app.py
View file

@ -475,7 +475,7 @@ def item_page(item_id: int) -> str | Response:
existing_depicts = existing_depicts_from_entity(entity) existing_depicts = existing_depicts_from_entity(entity)
width = 800 width = 1200
image_filename = item.image_filename image_filename = item.image_filename
if image_filename: if image_filename:
image = image_with_cache(qid, image_filename, width) image = image_with_cache(qid, image_filename, width)