We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With 3.0 coming up (most prominently featuring no-jquery support), I think it's time to rethink some option defaults:
This is my proposal, empty means keep the current value:
activity
boolean
false
true
allowedTypes
string
png|jpg|jpeg|gif
""
animationSpeed
number
250
arrows
button
caption
enableKeyboard
history
fullscreen
gutter
10
navigation
overlay
preloadNext
quitOnEnd
quitOnImgClick
quitOnDocClick
quitOnEscKey
@paxperscientiam Thoughts?
The text was updated successfully, but these errors were encountered:
Additionally, I think we can re-do a bit of the keyboard related options. Specifically:
fullsceen
Sorry, something went wrong.
Moved part of the comment into #1115
Successfully merging a pull request may close this issue.
With 3.0 coming up (most prominently featuring no-jquery support), I think it's time to rethink some option defaults:
This is my proposal, empty means keep the current value:
activity
boolean
false
true
allowedTypes
string
png|jpg|jpeg|gif
""
animationSpeed
number
250
arrows
boolean
false
true
button
boolean
false
true
caption
boolean
false
enableKeyboard
boolean
true
history
boolean
false
fullscreen
boolean
false
true
gutter
number
10
navigation
boolean
false
overlay
boolean
false
true
preloadNext
boolean
true
quitOnEnd
boolean
false
true
quitOnImgClick
boolean
false
quitOnDocClick
boolean
true
quitOnEscKey
boolean
true
@paxperscientiam Thoughts?
The text was updated successfully, but these errors were encountered: