Multiple instances of same Swiper on page #6069
Unanswered
bookbird101
asked this question in
Q&A
Replies: 1 comment
-
document.querySelectorAll(".home_category__flex").forEach((n) => { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to get the same swiper on a page appearing twice. I'm not the best at coding, so even though I've tried a few solutions, they have yet to work. Here is my current code:
I did not implement the original swiper, it already existed in the code. I am just trying to amend it so that both instances of the slider on the page will work. At the moment, only the first slider works. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions