robin geagea
robin geagea

Reputation: 79

fullpage.js last slide half height

My last slide is my footer, it has a small height. How can i make so that when you scroll to the last slide, the footer shows and the rest of the available height is filled by the upper slide. that way it scrolls just enough to see the full footer while still being able to see a % of the upper slide

Upvotes: 1

Views: 712

Answers (1)

Pierre C.
Pierre C.

Reputation: 1430

There is an example on the fullpage.js doc website that do just what you want: fullpage.js Auto-Height example

I have not tried it but from my understanding you simply have to add the CSS class fp-auto-height to your footer section.

Upvotes: 1

Related Questions