caption for lightbox gallery

How do I get a caption for the image to appear when using Lightbox gallery? There doesn't appear to be a caption field under look and feel or options.

You add a Data- attribute to the link i.e. data-title="My caption"

Take a look at the "Initialize with HTML" section. http://lokeshdhakar.com/projects/lightbox2/#getting-started

< a href="images/image-1.jpg" data-lightbox="image-1" data-title="My caption">Image #1</a>

You can "add" attributes in the Attribute pane by opening the HTML pane (bottom/middle/left).

Saj

just add a title on the anchor

                    <div class="col item"><a href="assets/img/gallery/gallery-103.jpg" title="a perfect ceremony"><img class="img-fluid framed" src="assets/img/gallery/gallery-103-thumb.jpg"></a></div>