SHOW:
|
|
- or go back to the newest paste.
1 | /* FULLPAGE */ | |
2 | $('#fullpage').fullpage({ | |
3 | anchors: ['firstPage', 'secondPage', '3rdPage', '4thPage', 'lastPage'], | |
4 | menu: '#menu', | |
5 | scrollingSpeed: 540, | |
6 | - | autoScrolling: true, // Please replace to 'false' |
6 | + | autoScrolling: true, |
7 | fitToSection: false, // Please add this line |