Great news - my lightbox is up and running! Each image on my website corresponds to a different organization, and clicking on the image opens a specific lightbox.
My question is: how can I have a lightbox configured so that only the trigger image is displayed on the webpage without showing all the images in the set? I want them to be visible only when someone clicks on the trigger image within the lightbox.
Check out the code for one image in the lightbox below:
<div class="belmont" style="margin-left:30px; margin-top:30px;">
<a href="img/belmont/Back-to-the-Shtetlweb.jpg" data-lightbox="belmontimage">
<img src="images/Belmont4portfoliohover.png" width="163" height="160">
</a>
</div>
Thanks in advance!