angular-swiper icon indicating copy to clipboard operation
angular-swiper copied to clipboard

container shows unnecessary white space after all images are swaped

Open mahendrarajdhami opened this issue 9 years ago • 1 comments

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>

mahendrarajdhami avatar Aug 12 '16 01:08 mahendrarajdhami

Can you strip out your own custom CSS sheets and see if this is still an issue?

brh55 avatar Aug 18 '16 17:08 brh55