Swiffy Slider Configuration
Easy configuration of Swiffy Slider
Use the configuration panel to create the required markup with css option classes and show a preview of the slider.
Preview
Markup
<div class="swiffy-slider">
<ul class="slider-container">
<li></li>
<li></li>
<li></li>
</ul>
<button type="button" class="slider-nav"></button>
<button type="button" class="slider-nav slider-nav-next"></button>
<div class="slider-indicators">
<button class="active"></button>
<button></button>
<button></button>
</div>
</div>