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:
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:
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...
HTML:
<div class="img-container">
<img src="[URL unfurl="true"]https://dummyimage.com/677x460/f503f5/ccc&text=Slide[/URL] 1"/>
<div class="caption">
Slide 1
</div>
</div>