Polaroid Photobar Gallery with jQuery

In this tutorial we are going to create an image gallery with a Polaroid look. We will have albums that will expand to sets of slightly rotated thumbnails that pop […]

Stay in the loop: Get your dose of frontend twice a week

Fresh news, inspo, code demos, and UI animations—zero fluff, all quality. Make your Mondays and Thursdays creative!

Feedback 111

Comments are closed.
  1. Guys need your help, at the bottom where the albums are located. Is it possible to make it scrollable so that even if we put too many albums we still can scroll it left or right? By the way great tuts…..

  2. Chrome (and probably Safari) badly works with width and height of preload images. To make it work you should to add one more image.onload. For example:
    Copy the whole inner of resize($imgL) function and paste it where it calls. Delete or comment calling, we dont need it anymore. Then after:
    var theImage = new Image();
    add:
    theImage.onload = function() {
    and close it with “}” in the end of load.function() (after $preview.stop().animate(param,500);)
    Also you have to change $imgage.css(…) in this funtion to $imgL.css(…)
    And change:
    theImage.src = $image.attr(“src”);
    to
    theImage.src = $imgL.attr(“src”);
    then cut this one from begin of theImage.onload function and paste after this function.
    Now it works in webkit browsers.

  3. Hi,
    I’m really impressed with such a wonderfulI Image navigation tutorial..

    But I need to implement it not using window size but using table size. Is it possible ??

    If you could help would be thankful.

  4. Hi,

    Is there any possibility to add an opacity to the background when you click on an image? So when you do click on the image the background dims so the photo pops out more?

    If anyone could get back to me, that would be great.

    Thanks,
    Dan.

  5. hi, tahnk you for the great work!

    Is possible to get previous and next buttons for the bottom stack also. i try to explain better: if I use 20 or more photos all the previews on the bottom side is not visible enougth, there are to many pictures in a small space….so if it is possible to ad a bottom to scroll the prew on the bottom it well be great!
    excuse for my english.
    best regards
    Carlo