Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
254 views
in Technique[技术] by (71.8m points)

javascript - FullPage.js Scrollable Container - Wordpress

Desired Result and Problem

I am using fullPage.js for page scrolling for the sections on my website. The portfolio is not fitting in one "page section" - and I need it to be inside a scrollable section (without moving to another page section). I would like the user to be able to scroll within the "portfolio container" to scroll down to view other companies, but not scroll past the companies page.

What I have Tried

To achieve this I have inserted this into my added js code which is supposed to enable scrollbars for the section, and also "reset" the scrollbars thereafter.

var movedo_grve_fullpage_data = {"scrollOverflow": "true"};
var movedo_grve_fullpage_data = {"scrollOverflowReset": "true"};

Link To Page

However instead of scrolling within the "portfolio grid" it is scrolling into a new "page" and when scrolling back - a white block is left below the grid


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...