UNPKG

2.08 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.lightGalleryCoreSettings = void 0;
4exports.lightGalleryCoreSettings = {
5 mode: 'lg-slide',
6 easing: 'ease',
7 speed: 400,
8 licenseKey: '0000-0000-000-0000',
9 height: '100%',
10 width: '100%',
11 addClass: '',
12 startClass: 'lg-start-zoom',
13 backdropDuration: 300,
14 container: '',
15 startAnimationDuration: 400,
16 zoomFromOrigin: true,
17 hideBarsDelay: 0,
18 showBarsAfter: 10000,
19 slideDelay: 0,
20 supportLegacyBrowser: true,
21 allowMediaOverlap: false,
22 videoMaxSize: '1280-720',
23 loadYouTubePoster: true,
24 defaultCaptionHeight: 0,
25 ariaLabelledby: '',
26 ariaDescribedby: '',
27 resetScrollPosition: true,
28 hideScrollbar: false,
29 closable: true,
30 swipeToClose: true,
31 closeOnTap: true,
32 showCloseIcon: true,
33 showMaximizeIcon: false,
34 loop: true,
35 escKey: true,
36 keyPress: true,
37 trapFocus: true,
38 controls: true,
39 slideEndAnimation: true,
40 hideControlOnEnd: false,
41 mousewheel: false,
42 getCaptionFromTitleOrAlt: true,
43 appendSubHtmlTo: '.lg-sub-html',
44 subHtmlSelectorRelative: false,
45 preload: 2,
46 numberOfSlideItemsInDom: 10,
47 selector: '',
48 selectWithin: '',
49 nextHtml: '',
50 prevHtml: '',
51 index: 0,
52 iframeWidth: '100%',
53 iframeHeight: '100%',
54 iframeMaxWidth: '100%',
55 iframeMaxHeight: '100%',
56 download: true,
57 counter: true,
58 appendCounterTo: '.lg-toolbar',
59 swipeThreshold: 50,
60 enableSwipe: true,
61 enableDrag: true,
62 dynamic: false,
63 dynamicEl: [],
64 extraProps: [],
65 exThumbImage: '',
66 isMobile: undefined,
67 mobileSettings: {
68 controls: false,
69 showCloseIcon: false,
70 download: false,
71 },
72 plugins: [],
73 strings: {
74 closeGallery: 'Close gallery',
75 toggleMaximize: 'Toggle maximize',
76 previousSlide: 'Previous slide',
77 nextSlide: 'Next slide',
78 download: 'Download',
79 playVideo: 'Play video',
80 },
81};
82//# sourceMappingURL=lg-settings.js.map
\No newline at end of file