Closed TixieSalander closed 5 years ago
Thank you for providing an example! I will take a look at this and see if I can assist in your goals.
Here is a working example: https://codepen.io/nstanard/pen/jrwymd - If you have any more questions please feel free to ask on Stack Overflow or Gitter chat.
Hello, I was stuck while using Lory on one of my projects: for some reason is was impossible to slide to other slide than the first one, even with swipe on mobile. I finally spotted that It was because there was css border on my slide items.
Reproduce:
js_slide
class)I made an example on Codepen to be easy to test : https://codepen.io/theotix/pen/EwQWYm and to show you, there is the same without the border, who's working just well: https://codepen.io/theotix/pen/PJBOeG
It's not a big bug, but maybe something could be done to fix this strange case.