Owl carousel ile slider yazıyorum. Düşünürseniz dönüş yapabilirsiniz.



<div id="home-slider" class="carousel slide carousel-fade" data-ride="carousel"> <!-- .home-slider --> <div class="carousel-inner"> <?php while ($slidercek = $slidersor->fetch(PDO::FETCH_ASSOC)) { ?> <div class="item active" style="background-image: url(assets/images/header-1.jpg); background-repeat: no-repeat; background-position: top;"> <div class="caption"> <h2 class="animated wow zoomIn" data-wow-duration=".5s" data-wow-delay=".2s">Handmade<br> <?php echo $slidercek['slider_ad']; ?></h2> <p class="animated wow fadeIn" data-wow-duration=".2s" data-wow-delay=".1s">As rich and unique as the coffee beans it is intended for, this little scoop will make your morning ritual a special occasion every day. </p> <a data-scroll class="btn get-start animated fadeInUpBig" href="#"><span>view collection</span></a> </div> </div><?php } ?>  </div> <!-- /.home-slider --></div>
Böyle yaptığınızda çalışıyor mu?