I have a content slider like lightslider. Now I want to have text div which will be change with the images. PLease suggest me a jquery if there is any.
I want to have the effect like My project link. I installed flexslider but the text div should be separate. I need it responsive.
Pls help me to do this.
Thanks in advance.
This plugin scrolls each container Li
So if you want to place any kinds of text to scroll with the image
use following code
<li> <img>item image here />
<span> your Text Block here with styles </li>
<li> <img>item image here />
<span> your Text Block here with styles </li>
<li> <img>item image here />
<span> your Text Block here with styles </li>