ashleydw / lightbox

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

Add a short description? #306

Closed lucalves closed 6 years ago

lucalves commented 6 years ago

Good afternoon,

I have a question about lightbox. I tried to do this in every way that I know of, but I did not succeed.

How do I add a short description in each lightbox, with the option to increase and decrease the text? As if it were the native bootstrap collapse component?

ashleydw commented 6 years ago

You can set data-footer for text to in the bottom of the modal, although you won't be able to add HTML here. You probably want to modify the modal once it's open with your own JS, see onNavigate in the Events.