I am using bootstrap lightbox, now I got stuck where I need to achieve that when I click on image then certain content/text displayed on the popup after the click of an image.
this is the link i am using for as a reference https://bbbootstrap.com/snippets/lightbox-gallery-38774499
I am using bootstrap 4
this is code below,
<div class="row photos">
<div class="col-sm-6 col-md-4 col-lg-3 item">
<a href="https://i.imgur.com/zmzERpe.jpg" data-lightbox="photos">
<img class="img-fluid" src="https://i.imgur.com/zmzERpe.jpg"></a>
</div>
<div class="col-sm-6 col-md-4 col-lg-3 item">
<a href="https://i.imgur.com/gX11Vt5.jpg" data-lightbox="photos">
<img class="img-fluid" src="https://i.imgur.com/gX11Vt5.jpg"></a>
</div>
</div>
Little help will be highly appreciated
Hopefully to hear positive from you soon Thank You
Regards,