We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slides change on autoplay and with pagination click but forward and back button do not work at all.
<div id="homePageSlider"> <Swiper> <img alt="sweats-cards" classname="lazyload banner_main" name="sweats-cards-9-12-16" src=xyz.jpg" /> </Swiper> </div> </div>
I have tried passing this const params = { pagination: '.swiper-pagination', nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', paginationClickable: true, spaceBetween: 30, centeredSlides: true };
as well but no luck
The text was updated successfully, but these errors were encountered:
Hi @simran-k , thank you for your report. I checked your example code , do you have only one item in your slider ?
Sorry, something went wrong.
No branches or pull requests
Slides change on autoplay and with pagination click but forward and back button do not work at all.
I have tried passing this const params = {
pagination: '.swiper-pagination',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
paginationClickable: true,
spaceBetween: 30,
centeredSlides: true
};
as well but no luck
The text was updated successfully, but these errors were encountered: