Images & Carousel
Images
Add classes to an img
element to easily style images in any project.
<img src="..." alt="..." class="img-rounded">
<img src="..." alt="..." class="img-circle">
<img src="..." alt="..." class="img-thumbnail">
Images in Outline, thanks to Bootstrap 3, can be made responsive-friendly via the addition of the .img-responsive
class. This ensures that even large images scale down to the parent
Carousel
The slideshow below shows an example of a simple carousel plugin which you can use to cycle through elements at regular intervals