Variable: image-dired-thumb-width

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

Value

100

Documentation

Width of thumbnails, in pixels.

Source Code

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