This example shows how GalleryView can be used to display a photo gallery with slideshow functionality. Clicking on a frame will jump to that photo, and the overlay caption for each photo contains links to the full image.
This gallery utilizes all default plugin options, setting only the dimensions of the panel and filmstrip frame.
$('#photos').galleryView({ panel_width: 600, panel_height: 300, frame_width: 100, frame_height: 100 });