Commit 5fecb4a9 authored by Mark Otto's avatar Mark Otto

add visibility note to docs about captions

parent 6dce3f63
...@@ -1530,6 +1530,7 @@ $('#myCollapsible').on('hidden', function () { ...@@ -1530,6 +1530,7 @@ $('#myCollapsible').on('hidden', function () {
<h3>Optional captions</h3> <h3>Optional captions</h3>
<p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p> <p>Add captions to your slides easily with the <code>.carousel-caption</code> element within any <code>.item</code>. Place just about any optional HTML within there and it will be automatically aligned and formatted.</p>
<p><strong>Captions are hidden in mobile views</strong> and shown with viewports greater than 768px wide.</p>
<div class="bs-docs-example"> <div class="bs-docs-example">
<div class="carousel slide bs-docs-carousel-example"> <div class="carousel slide bs-docs-carousel-example">
<ol class="carousel-indicators"> <ol class="carousel-indicators">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment