Variable: image-dired-thumb-height

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

This variable is obsolete since 29.1; use image-dired-thumb-size(var)/image-dired-thumb-size(fun) instead.

Value

128

Documentation

Height of thumbnails, in pixels.

Source Code

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