subtirelumihail / react-fullpage

A react implementation of fullpage.js
305 stars 105 forks source link

Section custom height #62

Open danmo opened 6 years ago

danmo commented 6 years ago

Hi, I have a question where a section's height is about double the viewport's height. This messes up the entire slide experience.

Is there any way to set custom section height instead of the pre-calculated one?

daydream05 commented 6 years ago

hey are you also having a problem where you're having an extra empty section?

danmo commented 6 years ago

@daydream05 Yes, something similar. I have a lot of extra space after the sections.

qpixHassaballah commented 6 years ago

i have the same issue whenever i scroll down to the next section , the bottom of the previous section appears which messes up the view drastically

qpixHassaballah commented 6 years ago

Anyone has any clue on how to decrease the previous section size ?

qpixHassaballah commented 6 years ago

Check your classes inside, if you are using react-bootstrap some predefined styles interfere with how full page .js work . Mine was Jumbotron , once i removed it the bug disappeared

ShailendraAccubits commented 1 year ago

hey are you also having a problem where you're having an extra empty section?

hey, were you able to solve it? i am having same problem