basilio / responsiveCarousel

Simple carousel
MIT License
113 stars 64 forks source link

carousel not working when loaded in bootsrap tab #44

Open hornyd opened 8 years ago

hornyd commented 8 years ago

I am using the carousel inside bootstrap tabs

                    <!-- Tab panes -->
                    <div class="tab-content">
                        <div id="offer1" class="tab-pane active" role="tabpanel">
                             ---- CAROUSEL 1
                        </div>

                        <div id="popular1" class="tab-pane" role="tabpanel">
                              ---- CAROUSEL 2
                        </div>

                    </div>

the ---- CAROUSEL 2 is not loaded. If I put the CAROUSEL outside the tab, it works fine.