mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
update js docs page to clarify usage of images on carousel
This commit is contained in:
@@ -1265,6 +1265,10 @@ $('#myCollapsible').on('hidden', function () {
|
||||
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
|
||||
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
|
||||
</div>
|
||||
<div class="alert alert-info">
|
||||
<strong>Heads up!</strong>
|
||||
When implementing this carousel, remove the images we have provided and replace them with your own.
|
||||
</div>
|
||||
<hr>
|
||||
<h2>Using bootstrap-carousel.js</h2>
|
||||
<p>Call via javascript:</p>
|
||||
|
Reference in New Issue
Block a user