React swiper, AB testing and forcing swiper slide width to new value directly over injected vanillajs #7930
Unanswered
marko-mlinarevic
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
-
As the title suggests, I’m running A/B tests on multiple versions of Swiper. In one of these tests, I need the slides to have a different width. However, whenever I try to adjust the width (either directly or through React Fiber), it reverts back to the original 420px value after calling update method. Ideally, I want the slides to be set at 355px.
Beta Was this translation helpful? Give feedback.
All reactions