From a1eafb1e46e0c2b5d55c5cc4c77bd3b308e56e9a Mon Sep 17 00:00:00 2001 From: Zac Echola Date: Mon, 10 Aug 2015 14:32:47 -0500 Subject: [PATCH] Adds callout for `.icon-next`, `.icon-prev` --- 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 02db93da2e..63cc9e5543 100644 --- a/docs/_includes/js/carousel.html +++ b/docs/_includes/js/carousel.html @@ -85,6 +85,11 @@

The .active class needs to be added to one of the slides. Otherwise, the carousel will not be visible.

+ +

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.