Please check my sweeper - totally bugged / not responding to speed and other commands

Please check my sweeper - totally bugged / not responding to speed and other commands
and is skipping pictures sometimes

I am trying to fix it now. Will let you know when I figure it out

1 Like

Here’s an video explanation, but in short:

  1. If you are using loop in swiper settings, you must have atleast twice more items in total than it is shown per slide. So if you have 3 slides per view, you should have atleast 6 slides in total in order for loop to work correctly. This has nothing to do with Divhunt, thats just how Swiper.js library works.

  2. If you are using components, dont edit transform properties on a page, always do edits on a main component. Otherwise you might see some conflicts with an instance & main component. I mean, having different settings in instance is possible, just you need to be aware of what you are editing :slight_smile:

1 Like

Thank you so much for the explanation, now it’s clear :d