Images
All images are responsive by default
Add fixed
class to avoid width 100% in the image and respect the size.
HTML
<img src="http://lorempixel.com/400/400/cats" class="fixed" alt="Image Static"/>
Border
To add border to image, put class border
into it.
HTML
<img src="http://lorempixel.com/500/500/cats" class="border" alt="Image Bordered"/>
Rounded
You can also round the image adding round
class.
HTML
<img src="http://lorempixel.com/500/500/cats" class="round" alt="Image Bordered"/>
Rounded Bordered
You can combine border and radius adding border round
class.
HTML
<img src="http://lorempixel.com/500/500/cats" class="border round" alt="Image Bordered"/>