Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Does not trigger when container is resized #11

Closed
uberllama opened this issue Dec 20, 2013 · 3 comments
Closed

Does not trigger when container is resized #11

uberllama opened this issue Dec 20, 2013 · 3 comments
Assignees

Comments

@uberllama
Copy link

I'm using this (awesome) plugin to handle showing of content within a scrolling div on a page, but when the page is resized (which resizes the subsequent container) it doesn't trigger a new load.

@ghost ghost assigned silvestreh Jan 8, 2014
@silvestreh
Copy link
Owner

Thanks. Looks like I didn't teach the plugin to listen to resize events on containers. I'll look into it.

@uberllama
Copy link
Author

Awesome, thanks.

@silvestreh
Copy link
Owner

Should be fixed now! The problem was that <div>s don't have a resize event. So I attached the checkPos method to the window.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants