Scrollify
Scrollify copied to clipboard
interstitialSection and offset error
scrolling into interstitial section (which i mean footer) error when i define offset
Found a solution for this ?
@halodevcr nope
I have a solution for the time being. Insert a spacer at the bottom of your footer that is the same height as the offset. For instance, I have an offset: -100
in my options to compensate for a fixed header that has a height of 100px. So I added <div style="height:100px"></div>
just before the closing </footer>
and it solves the issue.