Hi. I have my slider working, but I can't quite get it to work as I need it to. I basically want it to play through all the slides automatically but then then stop at the last slide rather than looping back to the beginning again. I basically can't seem to stop it from looping when its in autoplay mode. This is the code I have:
`
<section id="slider" class="slider-parallax swiper_wrapper full-screen clearfix" data-autoplay="1000" data-loop="false" data-speed="2000" data-autoplayStopOnLast="true" data-effect="fade">
Thanks
