diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index 9c13aa0336..30bbf2edee 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -75,6 +75,11 @@
Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.
+The .active
class needs to be added to one of the slides. Otherwise, the carousel will not be visible.
Add captions to your slides easily with the .carousel-caption
element within any .item
. Place just about any optional HTML within there and it will be automatically aligned and formatted.