ashleydw / lightbox

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

Image number calculator in modal #275

Open shamarin opened 6 years ago

shamarin commented 6 years ago

Is it posible to make a image number calculator in modal as in original Lightbox or Colorbox? In Colorbox in opened modal in footer it showing that "Picture 1 of N" so that with galleries it is easy to understand that there is N pictures that user can slide. Also it's good to have an option to stop slide to first image if the last image is shown in modal.

ashleydw commented 6 years ago

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 slide to first image if the last image is shown in modal."

shamarin commented 6 years ago

I meen to do a function as in Colorbox when you open an image in modal at footer you can see a total number of images in this gallery and at last image you can't press "Next" button (chevron). See screenshot.

Screenshot Here is the link to Colorbox example http://www.jacklmoore.com/colorbox/example1/

ashleydw commented 6 years ago

To disable wrapping (going back to the start of the gallery) see http://ashleydw.github.io/lightbox/#no-wrapping

shamarin commented 6 years ago

Good. It's new option.