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

 
celwell replied on at Permalink Reply
celwell
What do you mean by "dynamic"?
PedroFernandes replied on at Permalink Reply
Hi there,

i want to keep my slideshow hardcoded, but, i want to change or add images and text to the slideshow.


i want to link <img src=""> and <p></p> to concrete