From 917decab6cc15c0178b1ebf9d30e4e3c0ef90c7f Mon Sep 17 00:00:00 2001 From: Jayanth Koushik Date: Tue, 11 Nov 2014 15:28:21 +0530 Subject: [PATCH] Fix Issue #15076. This commit adds documentation explaining the need to have an initial .active element in carousels. --- docs/_includes/js/carousel.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html index a74802b623..56dd856d91 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.

+ +

Optional captions

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.