fullpage.js with the option verticalCentered: true
Hi,
when fullpage.js loads it encloses the content of every <div class="section">
into a <div class="fp-tableCell" style="height:XXXpx;">
calculates the height of that content to put it in with inline style. Thats how every content is vertically centered.
Now my problem is, that the site jumps on the very first load, because first all elements are rendered and after that JS kicks in to vertically center the content.
I tried to manually enclose the section content into a <div class="fp-tableCell" style="height:XXXpx;">
, but fullpage.js ignores that and encloses that content again.
Has any one any idea or hint how I could solve this problem?
Thanks for your time!