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