$(document).ready(function($) { $(window).bind("load", function() { $('.dt_fullscreenslider').dtFullScreenSlider({ 'height': 500, 'autoAdvance': true, 'autoAdvDuration': 600, 'autoAdvInterval': 5000, 'showArrows': false, 'keyboardControl': true, 'showGallery': true, 'showDescription': true, 'bgPosition': 'center center', 'bgRepeat': 'no-repeat' }); }); });