ksachdeva / angular-swiper

Angular directive for nolimits4web/Swiper
Apache License 2.0
197 stars 94 forks source link

container shows unnecessary white space after all images are swaped #48

Open mahendrarajdhami opened 8 years ago

mahendrarajdhami commented 8 years ago

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-container>`
brh55 commented 8 years ago

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