From f697858ebd15927a01de57fc16cddd039c31dc21 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 4 Apr 2011 22:52:37 +0900 Subject: [PATCH] resize images while editing --- aqt/editor.py | 4 ++++ 1 file changed, 4 insertions(+) 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; }