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