Menu
  • HOME
  • TAGS

Lightbox2 Image Repeats twice when used with TinyCarousel

javascript,jquery,conflict,lightbox2,tiny-carousel

Lightbox2 2.7.1 and the bootstrap carousel work well together for the buttons : <div class="btn-group"> <a class="btn" href="#scroller" data-slide="prev">previous</a> <a class="btn" href="#scroller" data-slide="next">next</a> </div> And the carousel : <div id="scroller" class="carousel slide"> <div class="carousel-inner"> <div class="item active"> your content here </div> <div class="item"> your content here </div> </div> </div> I...