Image Gallery
Note: this template creates an image grid. The images are clickable because they use lightbox. The href link needs to be the same as the image link, data-lightbox="gallery" needs to stay on every link as well as the set width on the image tag. Copy and paste the entire a tag inside of the lightbox-gallery div as many times as you want. Each paste is another image.
<div class="lightbox-gallery">
<a href="#" data-lightbox="gallery">
<img src="#" alt="" width="400px">
</a>
<!-- Add more images here -->
</div>