-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jScroll doesn't add content if jscroll-inner is inserted into a bs "card-columns" class div in desktop size #153
Comments
I got it. The script doesn't meet this condition:
Infact having logged those the Now if I understand this correctly the edit: checking my page it seems the entire page is 1543x2016 but then my |
Here what I found, modyfing your code to:
and removing the class |
I added this in my blade view in the script section to make it work:
|
I made a fork where I modified the script to add an optional class in user options. Please review it. |
I have responsive page where I have some bootstrap cards, I am using laravel and it's paginator, so I am adding the page links at the end of my foreach loop.
What happens is that in the webpage when scrolling to bottom nothing happens, I have 3 cards per row and 3 rows in total, 9 items. If I switch to a different view through chrome dev tools like for example "Galaxy s5" then I get only one column, a card per row and 9 row in total, with this kind of view scrolling to the bottom triggers jScroll, same webpage. So some event is missing here.
Any clue?
The text was updated successfully, but these errors were encountered: