Swiper

You must include these to file after light7.js and light7.css to use Swiper:

{% highlight html %} {% endhighlight %}

The swiper will auto be init when $.init is called. If you create a Swiper after that, call $(".swiper-container").swiper(config) to init.

{% highlight html %}
{% endhighlight %}

Config

You can add data-xxx on .swiper-container to config it, also, you can pass a config object in $().swiper(config), For more config See Swiper