lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
16 lines • 481 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.autoplaySettings = void 0;
exports.autoplaySettings = {
autoplay: true,
slideShowAutoplay: false,
slideShowInterval: 5000,
progressBar: true,
forceSlideShowAutoplay: false,
autoplayControls: true,
appendAutoplayControlsTo: '.lg-toolbar',
autoplayPluginStrings: {
toggleAutoplay: 'Toggle Autoplay',
},
};
//# sourceMappingURL=lg-autoplay-settings.js.map
;