aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/carousel.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-10 22:38:45 -0700
committerGitHub <[email protected]>2017-08-10 22:38:45 -0700
commitdb3dcb7c66457ca4ff2531c339e55c63dc52d576 (patch)
tree54a5037c08e098db8c3d7995e28718ad5c094851 /docs/4.0/components/carousel.md
parent006590ed9a7e39c4fac96cf732d5241edd95a59c (diff)
downloadbootstrap-db3dcb7c66457ca4ff2531c339e55c63dc52d576.tar.xz
bootstrap-db3dcb7c66457ca4ff2531c339e55c63dc52d576.zip
Mention util.js on all JS plugin pages (#22955)
Fixes #20660
Diffstat (limited to 'docs/4.0/components/carousel.md')
-rw-r--r--docs/4.0/components/carousel.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md
index 29802f466..5061c9406 100644
--- a/docs/4.0/components/carousel.md
+++ b/docs/4.0/components/carousel.md
@@ -14,6 +14,8 @@ In browsers where the [Page Visibility API](https://www.w3.org/TR/page-visibilit
Please be aware that nested carousels are not supported, and carousels are generally not compliant with accessibility standards.
+Lastly, if you're building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/getting-started/javascript/#util).
+
## Example
Carousels don't automatically normalize slide dimensions. As such, you may need to use additional utilities or custom styles to appropriately size content. While carousels support previous/next controls and indicators, they're not explicitly required. Add and customize as you see fit.