Реализация twitter bootstrap carousel v2.3.2

У меня проблемы с реализацией карусели bootstrap. Может ли кто-нибудь посмотреть на следующие html и js и дать мне инструкции о том, как реализовать слайд. .js не был отредактирован, и карусель установлена на блоке body hero. Реализовать ли мне карусель api? Как определить используемую карусель в файле .js? Спасибо.

<div class="carousel">

  <!-- Carousel items -->
  <div class="carousel-inner">

      <!-- Main hero unit for a primary marketing message or call to action -->
      <div class="hero-unit">
        <h1>Hello, world!</h1>
        <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
        <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p>
      </div>  

  </div>      

 <!-- Carousel nav -->

  <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>

  </div>
6
задан Kris Hollenbeck 1 April 2015 в 14:20
поделиться