Variable: shr-image-ascent
shr-image-ascent is a customizable variable defined in shr.el.gz.
Value
100
Documentation
The value to be used for :ascent property when inserting images.
This variable was added, or its default value changed, in Emacs 30.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defcustom shr-image-ascent 100
"The value to be used for :ascent property when inserting images."
:version "30.1"
:type 'integer)