ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

Wrapping optionalized #216

Closed tobilen closed 7 years ago

tobilen commented 7 years ago

Gallery wrapping can now be turned on and off via config parameter.

If the gallery has reached its beginning or end with wrapping turned off, nav buttons get an html class "disabled" so they can be styled appropriately (by default the will be hidden)

example file has been extended by new config parameter as well as an example implementation at the end.