$(document).ready(function() { var options = { autoPlay: true, autoPlayDelay: 4000, cycle: true, animateStartingFrameIn: false, navigationSkip: true, preventReverseSkipping: false, pauseOnHover: false, pagination: false, keyNavigation: true, numericKeysGoToFrames: true, preloader: '.sppb-loading', fallback: { theme: 'slide', speed: 4000 } }; var sequence = $('#sppbContainer').sequence(options).data('sequence'); });