I’ll introduce sample code implemented based on jQuery Scrollify’s Basic setup.
To master jQuery Scrollify, I prepared a testing environment on my local machine.
The completed result looks like this:
⭐ https://codenote-net.github.io/sandbox/scrollify/basic_setup.html
The sample code is published in the following GitHub Pull Request, so please take a look.
⭐ Scrollify Basic setup のサンプルコード · Pull Request #5 · codenote-net/sandbox
This is an option that sets the height according to screen size and content. (Default: true)
setHeights: true,
This is an option that allows scrolling even when the section content is larger than the screen size height. (Default: true)
overflowScroll: true,
That’s all from the Gemba.