Increase thumbnail size

This commit is contained in:
Edward Betts 2021-05-12 09:24:44 +02:00
parent f29185c914
commit f4fbee3a8b
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def identifier_index():
@app.route("/commons/<filename>")
def get_commons_image(filename):
detail = commons.image_detail([filename], thumbheight=250, thumbwidth=250)
detail = commons.image_detail([filename], thumbheight=600, thumbwidth=600)
image = detail[filename]
return redirect(image["thumburl"])