Created
April 16, 2014 23:03
-
-
Save jwebcat/10940945 to your computer and use it in GitHub Desktop.
swipebox caption demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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