Ashley White
Ashley White
See http://ashleydw.github.io/lightbox/#force-type
Create a full example and I might be able to help you
Set `data-footer` to your own value, alternatively hook into `onNavigate` and update the footer. I don't understand the last past? > "Also it's good to have an option to stop...
To disable wrapping (going back to the start of the gallery) see http://ashleydw.github.io/lightbox/#no-wrapping
Sounds like adding two new data-* attributes is the best thing to do, and then in the `_resize` method check that the attribute value is < `maxHeight` and `width` and...
As this plugin uses bootstraps modals, isn't this a problem in bootstrap rather than the plugin?
Can you post a full page or jsfiddle?
@noofaq Thanks for the example That is weird. Do you see the same in the example page? https://rawgit.com/ashleydw/lightbox/master/examples/bs3.html Is this only happening with BS3?
fyi, you can probably fix this by removing the css transitions
I tried this but couldn't figure out any nice way of doing it, perhaps you or someone else will have more luck