Lightbox configuration

interface LightboxOptions {
    height?: number;
    resizable?: boolean;
    width?: number;
}

Properties

height?: number

Height of desired lightbox, in pixels

resizable?: boolean

True to allow lightbox resizing, false to disallow lightbox resizing, defaults to false.

width?: number

Width of desired lightbox, in pixels