-
Notifications
You must be signed in to change notification settings - Fork 578
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
Height set by Scrollify #41
Comments
Hi, |
I'd like to utilize scrollify similarly, and have sections with less than 100vh height. Currently it scrolls 100% the screen regardless of the height of the section. I modified it to scroll less, and I see the possibility of adding in some dynamic functionality here. Have you considered it? |
@joerstom thanks for your input, I'll take it into consideration when I next update. |
having some problems when sections have height: 100vh too |
Commenting out the sizePanels() function did a great job for me. So far, the results are as expected. I can scroll the nav and footer (with snapping) and have nice 100vh main content sections. |
I've just pushed an update that includes an option called |
Amazing! Thank you |
Is there a possibility to have that height option set as a min-height? |
With setHeights: false, no scrolling happens. The hash changed but the page doesn't move. |
1 similar comment
With setHeights: false, no scrolling happens. The hash changed but the page doesn't move. |
Hi,
Basically I've got sections at 100vh, technically that should mean the plugin shouldn't set heights? It does - any way around it? Also I have one section that's 200vh, same applies here. I would like it to remain 200vh.
Thank you!
The text was updated successfully, but these errors were encountered: