angular-swiper
angular-swiper copied to clipboard
container shows unnecessary white space after all images are swaped
I have configured in my view file as below
<ks-swiper-container initial-slide="0" speed="3000" loop="true" autoplayStopOnLast="false" autoplay="3000" centeredSlides="true" show-nav-buttons="false" slides-per-view="1" loopedSlides="5" space-between="0" pagination-clickable="false" override-parameters="{ effect: 'coverflow', coverflow: {rotate: 50,stretch: 0,depth: 100,modifier: 1,slideShadows : false} } "> <ks-swiper-slide class="swiper-slide" ng-repeat="s in [1,2,3,4,5]"> <img ng-src="img/slider{{s}}.jpg" width="100%"> </ks-swiper-slide> </ks-swiper-container>
Can you strip out your own custom CSS sheets and see if this is still an issue?