diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2010-09-23 00:58:01 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-09-23 00:58:01 +0000 |
commit | 239952b03e9757f5032f47e92f108d0ee0e250d4 (patch) | |
tree | 597623c59d9dafc9b8df9517429369263d5ff0de /lisp/gnus/gnus-html.el | |
parent | b069e5a697f37a06704136a8d5376b4d088658c8 (diff) | |
download | emacs-239952b03e9757f5032f47e92f108d0ee0e250d4.tar.gz emacs-239952b03e9757f5032f47e92f108d0ee0e250d4.tar.bz2 emacs-239952b03e9757f5032f47e92f108d0ee0e250d4.zip |
gnus-html.el: Embiggen pictures slightly.
Diffstat (limited to 'lisp/gnus/gnus-html.el')
-rw-r--r-- | lisp/gnus/gnus-html.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-html.el b/lisp/gnus/gnus-html.el index 6879bb20be9..8acd6f8679c 100644 --- a/lisp/gnus/gnus-html.el +++ b/lisp/gnus/gnus-html.el @@ -62,7 +62,7 @@ :group 'gnus-art :type 'regexp) -(defcustom gnus-max-image-proportion 0.7 +(defcustom gnus-max-image-proportion 0.9 "How big pictures displayed are in relation to the window they're in. A value of 0.7 means that they are allowed to take up 70% of the width and height of the window. If they are larger than this, |