Polaroid Gallery

Here we create a Polaroid-style family photo gallery. By setting border to none and background_color to transparent, we are free to place a background image behind our gallery. By placing a transparent PNG on top of our gallery, we automatically give each photo a scratchy, authentic look without having to modify each image file.

Function Call and Options

$('#photos').galleryView({
    panel_width: 469,
    panel_height: 452,
    frame_width: 114,
    frame_height: 110,
    transition_speed: 1200,
    background_color: 'transparent',
    border: 'none',
    easing: 'easeOutBounce',
    nav_theme: 'dark'
});