diff options
| author | Mark Otto <[email protected]> | 2012-01-24 20:45:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-24 20:45:38 -0800 |
| commit | a5c1d1f1828c333e373cdc5da5da2f6d946ad45e (patch) | |
| tree | 2a430d99d4f756339e470a781f01ce42720a8653 /docs/javascript.html | |
| parent | aa59f123c074c01f84e8e27c1ac5431f819d4816 (diff) | |
| download | bootstrap-a5c1d1f1828c333e373cdc5da5da2f6d946ad45e.tar.xz bootstrap-a5c1d1f1828c333e373cdc5da5da2f6d946ad45e.zip | |
adding actual images to carousel to ensure you can see things are animating; updated styles of carousel controls to work on light and dark backgrounds and use opacity for effects
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index cc9c0d9eb..425d347cb 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1215,21 +1215,21 @@ $('#myCollapsible').on('hidden', function () { <div id="myCarousel" class="carousel slide"> <div class="carousel-inner"> <div class="item active"> - <img src="http://placehold.it/1000x500" alt=""> + <img src="assets/img/bootstrap-mdo-sfmoma-01.jpg" alt=""> <div class="carousel-caption"> <h4>First Thumbnail label</h4> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> </div> </div> <div class="item"> - <img src="http://placehold.it/1000x500" alt=""> + <img src="assets/img/bootstrap-mdo-sfmoma-02.jpg" alt=""> <div class="carousel-caption"> <h4>Second Thumbnail label</h4> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> </div> </div> <div class="item"> - <img src="http://placehold.it/1000x500" alt=""> + <img src="assets/img/bootstrap-mdo-sfmoma-03.jpg" alt=""> <div class="carousel-caption"> <h4>Third Thumbnail label</h4> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> |
