Use higher resolution images from Cmmons
This commit is contained in:
parent
e1d5f33d2e
commit
2d7c879756
1 changed files with 1 additions and 1 deletions
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)
|
||||
|
||||
width = 800
|
||||
width = 1200
|
||||
image_filename = item.image_filename
|
||||
if image_filename:
|
||||
image = image_with_cache(qid, image_filename, width)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue