diff options
| author | Mark Otto <[email protected]> | 2013-02-16 02:49:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-16 02:49:12 -0800 |
| commit | 5fecb4a9f40cc6d5af9e766ec6999dd9174f226c (patch) | |
| tree | 347b6646ced78b00f6868fd016a3eac8e4d2eb82 /docs/javascript.html | |
| parent | 6dce3f63d8461623b110c1a2e3b6d62ccc0e3e21 (diff) | |
| download | bootstrap-5fecb4a9f40cc6d5af9e766ec6999dd9174f226c.tar.xz bootstrap-5fecb4a9f40cc6d5af9e766ec6999dd9174f226c.zip | |
add visibility note to docs about captions
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index b79402491..875563f50 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1530,6 +1530,7 @@ $('#myCollapsible').on('hidden', function () { <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><strong>Captions are hidden in mobile views</strong> and shown with viewports greater than 768px wide.</p> <div class="bs-docs-example"> <div class="carousel slide bs-docs-carousel-example"> <ol class="carousel-indicators"> |
