-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Auto option in slidesPerView and navigation #34
Comments
@RodrigoTomeES I'd like to tackle this issue, but it's a little bit hard to catch what does 'auto' means. Would you please give me more information or description?😃 |
Sorry for my bad explanation, I was referring to the auto mode that Swiper.js has. https://swiperjs.com/api/
If you use it with "auto" value and along with loop: true then you need to specify loopedSlides parameter with amount of slides to loop (duplicate) slidesPerView: 'auto' is currently not compatible with multirow mode, when slidesPerColumn > 1 |
navigation arrows is something that someone would expect from a swiper/slider library, and perhaps it is somewhat a turnoff that it does not have already. +1 for discussing implementing prev/next buttons |
@RodrigoTomeES The benefits of |
@GiorgosK It has not be implemented due to the consideration of core module size. I'm trying to keep it smaller. Fortunately, I remove pagination module from core package since v2.0. that will help us get rid of the apprehension (although core module grows to 4kb because of complicated |
@joe223 thanks for the answer, but still not clear. Do we expect the prev/next arrows on version 2 ? any estimate on time ? |
v2.0 is scheduled to come out this Christmas @GiorgosK |
Mmmm I never tried to make different size of slides so I don't know. I use it so I don't have to worry about how many slides fit on each screen size. |
https://swiperjs.com/demos/120-slides-per-view-auto.html I think .swiper-container {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 80%;
} each slider will rendered with width 80% if we set |
Hello! I would like to have "auto" option in slidesPerView and navigation feature if it is possible. Thanks!
The text was updated successfully, but these errors were encountered: