Hey there,
I am not able to deactivate fittosection functionality. The page always scrolls to the anchor automatically. Any ideas?
I am using fullPage 2.6.6.
here is my code:
$('#fullpage').fullpage({
fitToSection:false,
autoScrolling:false,
anchors: ['site1','site2','site1'],
menu: '#menu',
controlArrows: false,
slidesNavigation: true,
slidesNavPosition: 'bottom',
afterRender: function () {
setInterval(function () {
$.fn.fullpage.moveSlideRight();
}, 5000);
},
scrollBar: true,
lockAnchors: false
});