Skip to content
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

Suggestion: fire the recalc_and_tick function upon window.load also #75

Open
dustMason opened this issue Oct 11, 2014 · 0 comments
Open

Comments

@dustMason
Copy link

I faced an issue where sticky-kit could not properly determine the height of the parent element because it contained a bunch of images without fixed heights. Although other solutions exist with subtly better features, simply firing recalc_and_tick as a $(window).load() callback is good enough for my current needs.

I think this might be a common problem for others. I would create a PR but since this is such a simple one-liner and I'm not using the code in this repo directly I will just create this issue.

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

No branches or pull requests

1 participant