Created
January 11, 2014 02:41
-
-
Save lnickers2004/8366313 to your computer and use it in GitHub Desktop.
Bootstrap3: captioned thumbnail image
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
<!--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