i want to display this slideshow dynamically please help me.
I am getting more than
3 images if i put dynamic code
<div class="row">
<div id="carousel-reviews" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<!-------------------------------->
<div class="col-md-4 col-sm-6">
<div class="block-text rel zmin">
<a title="" href="#">Active1</a>
</div>
</div>
<!-------------------------------->
<div class="col-md-4 col-sm-6 hidden-xs">
<div class="block-text rel zmin">
<a title="" href="#">Avtive2</a>
</div>
</div>
<!-------------------------------->
<div class="col-md-4 col-sm-6 hidden-sm hidden-xs">
<div class="block-text rel zmin">
<a title="" href="#">Avtive3</a>
</div>
</div>
<!-------------------------------->
</div><!------------------------------//item1------------------------------->
</div> <!---carousel-reviews ---->
<a class="left carousel-control" href="#carousel-reviews" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#carousel-reviews" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
chaitu11 0 Junior Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
chaitu11 0 Junior Poster
mattster 195 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.