Swiper not working unless page is resized #5044
Unanswered
StrayTheWolf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
there is markup
and code for swiper.
let apartmentsSwiper = new Swiper('.swiper-apartments', { slidesPerView: 1.5, rebuildOnUpdate: true, observer: true, observeParents: true, scrollbar: { el: ".swiper-scrollbar", centeredSlides: true, hide: false, }, });
There are several tabs, in the one that is selected by default, swiper works
But if I switch to another tab swiper doesn't work until I resize the window.
adding
observer: true, observeParents: true
did not help
Any help will be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions