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

82 lines 2.08 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lightGalleryCoreSettings = void 0; exports.lightGalleryCoreSettings = { mode: 'lg-slide', easing: 'ease', speed: 400, licenseKey: '0000-0000-000-0000', height: '100%', width: '100%', addClass: '', startClass: 'lg-start-zoom', backdropDuration: 300, container: '', startAnimationDuration: 400, zoomFromOrigin: true, hideBarsDelay: 0, showBarsAfter: 10000, slideDelay: 0, supportLegacyBrowser: true, allowMediaOverlap: false, videoMaxSize: '1280-720', loadYouTubePoster: true, defaultCaptionHeight: 0, ariaLabelledby: '', ariaDescribedby: '', resetScrollPosition: true, hideScrollbar: false, closable: true, swipeToClose: true, closeOnTap: true, showCloseIcon: true, showMaximizeIcon: false, loop: true, escKey: true, keyPress: true, trapFocus: true, controls: true, slideEndAnimation: true, hideControlOnEnd: false, mousewheel: false, getCaptionFromTitleOrAlt: true, appendSubHtmlTo: '.lg-sub-html', subHtmlSelectorRelative: false, preload: 2, numberOfSlideItemsInDom: 10, selector: '', selectWithin: '', nextHtml: '', prevHtml: '', index: 0, iframeWidth: '100%', iframeHeight: '100%', iframeMaxWidth: '100%', iframeMaxHeight: '100%', download: true, counter: true, appendCounterTo: '.lg-toolbar', swipeThreshold: 50, enableSwipe: true, enableDrag: true, dynamic: false, dynamicEl: [], extraProps: [], exThumbImage: '', isMobile: undefined, mobileSettings: { controls: false, showCloseIcon: false, download: false, }, plugins: [], strings: { closeGallery: 'Close gallery', toggleMaximize: 'Toggle maximize', previousSlide: 'Previous slide', nextSlide: 'Next slide', download: 'Download', playVideo: 'Play video', }, }; //# sourceMappingURL=lg-settings.js.map