Caption slide up?
Caption slide up?
(OP)
I am using slick carousel to display some gallery but I am not sure how to make the caption slide up for the current active image. IS there a way to do this with slick?
Here is the link: http://jch02140.x10.mx/test2/photo.html
Here is the code for the single slide. I use position relative for the img-container and absolute for the caption to make the caption above the image...
Here is the link: http://jch02140.x10.mx/test2/photo.html
Here is the code for the single slide. I use position relative for the img-container and absolute for the caption to make the caption above the image...
CODE --> html
<div class="img-container"> <img src="https://dummyimage.com/677x460/f503f5/ccc&text=Slide 1"/> <div class="caption"> Slide 1 </div> </div>