$( '.fancy' ).fancybox({ thumbs : { autoStart : true, axis: "y" // Vertical (y) or horizontal (x) scrolling }, // Enable keyboard navigation keyboard: true, slideShow: { autoStart: false, speed: 3000 } });