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 working with fullpage.js on a site that has a sticky header. I want the fullpage sections to be 100vh minus the height of the sticky header so that the header is visible as the user scrolls through the sections, but the default functionality is just to make the sections 100vh no matter what. I looked into the offset extension, but that only allows for a percentage offset and I need the offset to be the exact pixel value of the header's height. Any ideas here?
The text was updated successfully, but these errors were encountered:
That's not possible at the moment.
All you can do is use padding inside your section so the content won't get cropped. Although you won't be able to solve the problem with the background image getting cropped or having a separation between sections.
I'll close the issue as it's actually a duplicate of #2785.
I'm working with fullpage.js on a site that has a sticky header. I want the fullpage sections to be 100vh minus the height of the sticky header so that the header is visible as the user scrolls through the sections, but the default functionality is just to make the sections 100vh no matter what. I looked into the offset extension, but that only allows for a percentage offset and I need the offset to be the exact pixel value of the header's height. Any ideas here?
The text was updated successfully, but these errors were encountered: