Variable: preview-scale
preview-scale is a buffer-local variable defined in preview.el.
Documentation
Screen scale of images.
Magnify by this factor to make images blend with other screen content. Buffer-local to rendering buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/preview.el
(defvar-local preview-scale nil
"Screen scale of images.
Magnify by this factor to make images blend with other
screen content. Buffer-local to rendering buffer.")