lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
15 lines • 381 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.zoomSettings = void 0;
exports.zoomSettings = {
scale: 1,
zoom: true,
actualSize: true,
showZoomInOutIcons: false,
actualSizeIcons: {
zoomIn: 'lg-zoom-in',
zoomOut: 'lg-zoom-out',
},
enableZoomAfter: 300,
};
//# sourceMappingURL=lg-zoom-settings.js.map
;