Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 67441

Bootstrap carousel conflict flexslider

$
0
0

I used Bootstrap carousel. If I include flex-slider in the item, the flex slider is not working. If I remove bootstrap.js, the flex slider is working. But the carousel is not working.

HTML:

<div class="carousel-inner">
<div class="item active">img here</div>
<div class="item">img here</div>
<div>
<div class="flexslider">
  <ul class="slides">
    <li> img here</li>
    <li>img here</li>
</ul>
</div>
</div>
</div>



Script:
  $('.flexslider').flexslider({
    animation: "slide"
  });

Or Please suggest other slider. I want to display nested slider. Anyone help should be appreciated.


Viewing all articles
Browse latest Browse all 67441

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>