Hello,
thank you for the reply. I understand this falls little out of the scope of the plugin so I relay appreciate your help.
Unfortunately I have the same problem. I think it comes down to the fact that the wrapping div element <div class="ob-swiper-bundle swiper swiper-container-initialized swiper-container-horizontal swiper-container-android" >
is injected by javascript. On the first run of the code this element is not found bi this line:
let contract_swiper = jQuery('#your-swiper-id .swiper-container');
On the second run (triggered by resizing the window) it is found but then it still runs into error saying the swiper_itself is undefined.
Uncaught TypeError: Cannot read properties of undefined (reading 'params')
at fine_tune_swiper ((index):1281:23)
at (index):1252:13
Thank you.
I would love to make this work!