fredleblanc / roundabout

A 3D Turntable jQuery Plugin.
645 stars 205 forks source link

Bootstrap 3 integration #142

Open grafxflow opened 10 years ago

grafxflow commented 10 years ago

Hi,

I am working with Bootstrap 3 responsive and wanted to know if anybody has an example of code. <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12"> <ul id="carouselcontainer"> <li>element</li> <li>element</li> <li>element</li> <li>element</li> <li>element</li> </ul> </div> </div>

$(document).ready(function() { $("#carouselcontainer").roundabout({ responsive: true, debug: true });