Skip to content

Instantly share code, notes, and snippets.

@wcodex
Created April 8, 2014 15:57
Show Gist options
  • Save wcodex/10147419 to your computer and use it in GitHub Desktop.
Save wcodex/10147419 to your computer and use it in GitHub Desktop.
Image classes in Bootstrap 3.0
//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