Variable: image-dired-gallery-thumb-image-root-url

image-dired-gallery-thumb-image-root-url is a customizable variable defined in image-dired.el.gz.

Value

"https://your.own.server/image-diredthumbs"

Documentation

URL where the thumbnail images are to be found.

Note that this path has to be configured in your web server. Image-Dired expects to find pictures in this directory.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-gallery-thumb-image-root-url
"https://your.own.server/image-diredthumbs"
  "URL where the thumbnail images are to be found.
Note that this path has to be configured in your web server.  Image-Dired
expects to find pictures in this directory."
  :type 'string)