# HG changeset patch # User Katsumi Yamaoka # Date 1283385473 0 # Node ID d87b30cb5a6fe6f89e6fa79073e0d8615aa85275 # Parent b9d6d7f1d89f033d060313f7764b49efa360b39c gnus.texi (HTML): Document gnus-max-image-proportion. diff -r b9d6d7f1d89f -r d87b30cb5a6f doc/misc/ChangeLog --- a/doc/misc/ChangeLog Wed Sep 01 23:53:57 2010 +0000 +++ b/doc/misc/ChangeLog Wed Sep 01 23:57:53 2010 +0000 @@ -1,3 +1,7 @@ +2010-09-01 Lars Magne Ingebrigtsen + + * gnus.texi (HTML): Document gnus-max-image-proportion. + 2010-08-31 Lars Magne Ingebrigtsen * gnus.texi (HTML): Document gnus-blocked-images. diff -r b9d6d7f1d89f -r d87b30cb5a6f doc/misc/gnus.texi --- a/doc/misc/gnus.texi Wed Sep 01 23:53:57 2010 +0000 +++ b/doc/misc/gnus.texi Wed Sep 01 23:57:53 2010 +0000 @@ -12515,6 +12515,14 @@ @vindex gnus-html-frame-width The width to use when rendering HTML. The default is 70. +@item gnus-max-image-proportion +@vindex gnus-max-image-proportion +How big pictures displayed are in relation to the window they're in. +A value of 0.7 (the default) means that they are allowed to take up +70% of the width and height of the window. If they are larger than +this, and Emacs supports it, then the images will be rescaled down to +fit these criteria. + @end table To use this, make sure that you have @code{w3m} and @code{curl}