Swiper
You must include these to file after light7.js and light7.css to use Swiper:
The swiper will auto be init when $.init is called. If you create a Swiper after that, call $(".swiper-container").swiper(config) to init.
You must include these to file after light7.js and light7.css to use Swiper:
The swiper will auto be init when $.init is called. If you create a Swiper after that, call $(".swiper-container").swiper(config) to init.
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