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'm already using this plugin to load data automatically when a user reaches the bottom of the contents and it works great.
Now I'm trying to display a list on a fixed height div. The event 'inview' is firing as soon as I attach the event even though the element is not in view yet. My guess is that this is happening because the plugin always considers the whole viewport. Is there any way to tell the plugin that my viewport in this case is certain div and not the entire window?
Regards,
t3ch
The text was updated successfully, but these errors were encountered:
Hi there!
I'm already using this plugin to load data automatically when a user reaches the bottom of the contents and it works great.
Now I'm trying to display a list on a fixed height div. The event 'inview' is firing as soon as I attach the event even though the element is not in view yet. My guess is that this is happening because the plugin always considers the whole viewport. Is there any way to tell the plugin that my viewport in this case is certain div and not the entire window?
Regards,
t3ch
The text was updated successfully, but these errors were encountered: