Let’s see how images work. These are supposed to be integrated with lightbox.

Here are some samples.

A Sample Image A Sample Image A Sample Image A Sample Image A Sample Image

Jekyll doesn’t really help here, though. I had to write a wad of HTML for each image.

<a href="/images/sample-1.jpg"
   data-lightbox="samples"
   data-title="A Sample Image">
  <img class="thumbnail"
       src="/images/sample-1_thumb.jpg"
       title="A Sample Image"
       alt="A Sample Image">
</a>