You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that on screens narrower than around 525px, the scrolling/navigation was not working. The problem was that "jCarousel tries to auto-detect the orientation by simply checking if the list elements’s height is greater than the list element’s width." On small screens, it wanted to move horizontally, not vertically. When I added the option vertical: false, as mentioned on https://sorgalla.com/jcarousel/docs/reference/usage.html, it began to work on small sizes too.
Scrolling does not work with a small screen - for example, with a max-width 550px and below work on small screen
the code https://github.com/igor3310/jcarousel2
The text was updated successfully, but these errors were encountered: