1

I want to create a photo gallery like http://mormon.org/people/find/ . I want the messy style. could someone give me some idea any framework and plugin can do the job?

George Zhang
  • 371
  • 1
  • 2
  • 9
  • Also popularized by Apple's iPhoto and iPad photo viewer. This doesn't look too hard to do -- positions and scaling factors are probably randomized, and clicking on any picture swaps it smoothly with the one in the center. – Blazemonger Sep 19 '11 at 19:10
  • they didn't randomize the positions and scaling if you refresh the page all the picture locations and size are at the same position. – jeffreydev Sep 19 '11 at 19:16

1 Answers1

1

From that page source, it looks like the plugin they are using is Jquery GalleryView, Found here http://plugins.jquery.com/project/galleryview

http://mormon.org/bc/assets/scripts/galleryview/jquery.galleryview.js

I wouldn't normally link to their source, but the site linked to at Jquery seems to bee down form the moment

Michael Jasper
  • 7,962
  • 4
  • 40
  • 60