Filmstrip Only w/ External Links

By not including any panels in our HTML markup, GalleryView creates a filmstrip-only gallery. This type of gallery is perfect for those who want to link to content (each frame in the gallery below links to an external website) but not waste real estate on their page displaying panels.

Function Call and Options

$('#photos').galleryView({
    filmstrip_size: 4,
    frame_width: 100,
    frame_height: 100,
    background_color: 'transparent',
    nav_theme: 'dark',
    border: 'none',
    show_captions:true,
    caption_text_color: 'black'
});