Slideshow
Permalink
Hi there mates,
i have this slideshow:
<div class="flexslider">
<div class="slides">
<div class="slide">
<figure>
<img src="img/img2.jpg" alt="">
<figcaption>
<div>
<h5>Caption 1</h5>
<p>Lorem ipsum dolor set amet, lorem</p>
</div>
</figcaption>
</figure>
</div>
<div class="slide">
<figure>
<img src="img/img.jpg" alt="">
<figcaption>
<div>
<h5>Caption 2</h5>
<p>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
and i would like to know how do i do only the <img> and <p> dynamic.
it's that possible.
or to do a folder with the slideshow images and order the slideshow to get the images from that folder.
Thanks
i have this slideshow:
<div class="flexslider">
<div class="slides">
<div class="slide">
<figure>
<img src="img/img2.jpg" alt="">
<figcaption>
<div>
<h5>Caption 1</h5>
<p>Lorem ipsum dolor set amet, lorem</p>
</div>
</figcaption>
</figure>
</div>
<div class="slide">
<figure>
<img src="img/img.jpg" alt="">
<figcaption>
<div>
<h5>Caption 2</h5>
<p>Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.</p>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
and i would like to know how do i do only the <img> and <p> dynamic.
it's that possible.
or to do a folder with the slideshow images and order the slideshow to get the images from that folder.
Thanks