Use higher resolution images from Cmmons
This commit is contained in:
parent
e1d5f33d2e
commit
2d7c879756
2
app.py
2
app.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue