using lightslider in pretty much standard config I ran into the problem that I can only display captions INSIDE the imageslider and NOT below. How can I achieve such behaviour?
<ul class="lightSlider">
<li data-thumb="image.jpg">
<img class="einzelabbildung" src="image.jpg" width="0" height="300" alt="alt-text" title="title-text">
<span class="caption">
Caption-Text
</span>
</li>
</ul>
kind regards, matthias