Click on a thumbnail to open the lightbox.
There aren't many open source plugins available on the market that allow you to build a image carousel with thumbs that open a lightbox on click.
Fortunately, you can combine two of the most widely used plugins in order to achieve this functionality:
flexslider2 and
lightbox.js
First, you'll want to integrate the flexslider with carousel thumbnails. Head over to their page for an
example or follow the one below.
Next I'll want to add lightbox functionality on the carousel thumbnails. For this, wrap the individual images into <a> tags with the data-lightbox attribute.
This will open up the lightbox gallery on click.
It's that simple.
Here is the full example:
!doctype>