Trying to figure out how to add a text description to featherlight.js lightbox image gallery. Does anybody know or have any experience?
Here's an example of how the html is laid out:
<div class="mix digital" data-myorder="12" style="display: inline-block;">
<a class="gallery2" href="gallery_images/design/woodcut.jpg">
<div class="thumbnail" style="background-image:url(gallery_images/design/woodcut_th.jpg);"></div></a>
</div>
<div class="mix digital" data-myorder="11" style="display: inline-block;">
<a class="gallery2" href="gallery_images/design/script.jpg">
<div class="thumbnail" style="background-image:url(gallery_images/design/script_th.jpg);"></div></a>
</div>
...plus many more images
I would just like to be able to add a little bit of text as a description of the images in the light box when they open up and I can't find this in the documentation.
If not, does anybody know of a good/light lightbox that could achieve this?
this.$legend.html()
if you want to add html e.g a link or something. – Insanity