jQuery(function($){ $.supersized({ //Functionality slideshow : 1, autoplay : 1, start_slide : 0, random : 0, slide_interval : 5000, transition : 1, transition_speed : 1000, new_window : 0, pause_hover : 0, keyboard_nav : 1, performance : 1, image_protect : 1, image_path : 'img/', //Size & Position min_width : 0, //Min width allowed (in pixels) min_height : 0, //Min height allowed (in pixels) vertical_center : 1, //Vertically center background horizontal_center : 1, //Horizontally center background fit_portrait : 0, //Portrait images will not exceed browser height fit_landscape : 0, //Landscape images will not exceed browser width navigation : 0, //Slideshow controls on/off thumbnail_navigation : 0, //Thumbnail navigation slide_counter : 0, //Display slide numbers slide_captions : 1, //Slide caption (Pull from "title" in slides array) slides : [ //Slideshow Images {image : '/img/in2wood/toycarrousel.jpg', title : '', url : ''},{image : '/img/in2wood/playingtable.jpg', title : '', url : ''},{image : '/img/in2wood/square_large.jpg', title : '', url : ''} ] }); });