diff --git a/aqt/editor.py b/aqt/editor.py index 1ce32edaf..a0f6fd4a0 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -21,6 +21,7 @@ _html = """ border: 1px solid #aaa; background:#fff; color:#000; padding: 5px; } .fname { font-size: 14px; vertical-align: middle; padding-right: 5px; } +img { max-width: 150; max-height: 150; }