Skip to content

Instantly share code, notes, and snippets.

@lnickers2004
Created January 11, 2014 02:41
Show Gist options
  • Save lnickers2004/8366313 to your computer and use it in GitHub Desktop.
Save lnickers2004/8366313 to your computer and use it in GitHub Desktop.
Bootstrap3: captioned thumbnail image
<!--captioned thumbnail image-->
<div class="col-md-4 col-sm-6">
<div class="thumbnail">
<a href="#" class="thumbnail">
<img src="images/cloud-party-images/vlcsnap-2013-09-29-23h31m11s213.png" alt="1" class="img-responsive" /></a>
<div class="caption">
<h3>Image 1</h3>
<p>This is an image</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment