Created
April 8, 2014 15:57
-
-
Save wcodex/10147419 to your computer and use it in GitHub Desktop.
Image classes in Bootstrap 3.0
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
//for Rounded responsive | |
<img src="lion.jpg" class="img-rounded img-responsive" alt="" /> | |
//for circle responsive | |
<img src="lion.jpg" class="img-circle img-responsive" alt="" /> | |
For poloroid responsive | |
<img src="lion.jpg" class="img-poloroid img-responsive" alt="" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment