Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jwebcat
Created April 16, 2014 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwebcat/10940945 to your computer and use it in GitHub Desktop.
Save jwebcat/10940945 to your computer and use it in GitHub Desktop.
swipebox caption demo
<div class="c-gallery">
<a rel="gallery-1" class="swipebox" href="/wp-content/uploads/2014/01/air_conditioner.png" title="I'm a caption in the title attribute of the a tag">
<img src="/wp-content/uploads/2014/01/air_conditioner.png" alt="image">
<p>I'm an image link that opens a image lightbox gallery</p>
</a>
<a rel="gallery-1" class="swipebox" href="/wp-content/uploads/2014/01/air_conditioner.png" title="I'm another caption in the title attribute of the a tag">
<img src="/wp-content/uploads/2014/01/air_conditioner.png" alt="image">
</a>
<a rel="gallery-1" class="swipebox" href="/wp-content/uploads/2014/01/air_conditioner.png" title="I'm yet another caption in the title attribute of the a tag">
<img src="/wp-content/uploads/2014/01/air_conditioner.png" alt="image">
</a>
<a rel="gallery-1" class="swipebox" href="/wp-content/uploads/2014/01/air_conditioner.png" title="I'm a swell campy caption in the title attribute of the a tag">
<img src="/wp-content/uploads/2014/01/air_conditioner.png" alt="image">
</a>
<a rel="gallery-1" class="swipebox" href="/wp-content/uploads/2014/01/air_conditioner.png" title="I'm a happy happy caption in the title attribute of the a tag">
<img src="/wp-content/uploads/2014/01/air_conditioner.png" alt="image">
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment