From 6d048471c47ed740453c01252ad62a42e185cb46 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 16 Feb 2013 02:47:15 -0800 Subject: Re-add carousel captions as optional * They're hidden by default in the mobile-first views because otherwise they just cover up the slides * In mobile they're centered, and then are shown left aligned at larger viewports --- docs/javascript.html | 64 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 55 insertions(+), 9 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 0b3fc3e42..b79402491 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1470,10 +1470,10 @@ $('#myCollapsible').on('hidden', function () {

Carousel bootstrap-carousel.js

-

Example carousel

+

Examples

The slideshow below shows a generic plugin and component for cycling through elements like a carousel.

- {% highlight html linenos %} -