Hi all!
I have a question regarding the fullscreen slider addon.
I would like to start (or move to) at the second slide when a page is loaded. Tried out this
jQuery(document).ready(function(){
jQuery.fn.fullpage.moveTo(2);
});
piece of code, but it is not working. Any ideas on how to fix this?
Thanks a lot! Great plugin :)