Variable: image-dired-thumb-height

image-dired-thumb-height is a customizable variable defined in image-dired.el.gz.

Value

100

Documentation

Height of thumbnails, in pixels.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-thumb-height image-dired-thumb-size
  "Height of thumbnails, in pixels."
  :type 'integer)