Created
February 24, 2020 22:21
-
-
Save felixprojekt/ec93912a81a7dee747f063344e9aaa06 to your computer and use it in GitHub Desktop.
Handy Lightbox options
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (typeof lightbox !== 'undefined') { | |
lightbox.option({ | |
'resizeDuration': 200, | |
'albumLabel': '%1 / %2', | |
'fadeDuration': 200, | |
'imageFadeDuration': 0, | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment