I'm trying to get to work the plugin fullPage.js (http://alvarotrigo.com/fullPage/). But I have an issue with some part.
When I slidie section by section it works ok, but when I reach the last section and try to scroll to a footer which after this, it stucks. I can reach the footer only when I use a scrollbar.
Maybe, there's a way to reach the footer through the scroll?
Thanks a lot!
my code structure:
<body>
<content>
<section>1</section>
<section>2</section>
<section>3</section>
...
</content>
<footer>
footer is here
</footer>
</body>
fullpage.js won't allow you to scroll to something outside the fullpage.js wrapper unless you use autoScrolling:false
, which it doesn't seem to be what you want.
How big is your footer? If it it small, why don't you just make use of fp-auto-height
?