Skip to content

Instantly share code, notes, and snippets.

@felixprojekt
Created February 24, 2020 22:21
Show Gist options
  • Save felixprojekt/ec93912a81a7dee747f063344e9aaa06 to your computer and use it in GitHub Desktop.
Save felixprojekt/ec93912a81a7dee747f063344e9aaa06 to your computer and use it in GitHub Desktop.
Handy Lightbox options
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