UNPKG

lightgallery

Version:

lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile

17 lines (16 loc) 483 B
export interface MediumZoomSettings { /** * Enable/Disable medium like zoom experience */ mediumZoom: boolean; /** * Space between the gallery outer area and images */ margin: number; /** * Background color for the gallery * This can be overwritten by passing background color via `lg-background-color` for each item */ backgroundColor: string; } export declare const mediumZoomSettings: MediumZoomSettings;