Created
January 11, 2014 02:13
-
-
Save lnickers2004/8366133 to your computer and use it in GitHub Desktop.
Bootstrap3: Responsive Thumbnail
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
<!--responsive thumbnail--> | |
<div class="col-md-4 col-sm-6"> | |
<a href="#" class="thumbnail"> | |
<img src="images/cloud-party-images/AaCTFmRoH.jpg" alt="4" class="img-responsive" /></a> | |
</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment