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