lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
18 lines • 509 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.rotateSettings = void 0;
exports.rotateSettings = {
rotate: true,
rotateSpeed: 400,
rotateLeft: true,
rotateRight: true,
flipHorizontal: true,
flipVertical: true,
rotatePluginStrings: {
flipVertical: 'Flip vertical',
flipHorizontal: 'Flip horizontal',
rotateLeft: 'Rotate left',
rotateRight: 'Rotate right',
},
};
//# sourceMappingURL=lg-rotate-settings.js.map
;