diff --git a/web_view.py b/web_view.py index 628fc16..a8eba45 100755 --- a/web_view.py +++ b/web_view.py @@ -233,7 +233,7 @@ def identifier_index(): @app.route("/commons/") def get_commons_image(filename): - detail = commons.image_detail([filename], thumbheight=600, thumbwidth=600) + detail = commons.image_detail([filename], thumbheight=1200, thumbwidth=1200) image = detail[filename] return redirect(image["thumburl"])