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?
Asked
Active
Viewed 253 times
1
-
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 Answers
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
-
Thanks Michael. Yes, it should take some function of galleryview plugin but it doesn't seem to have jquery in its source code. – George Zhang Sep 22 '11 at 16:25
-
Not directly but it looks like they included jQuery in their own file. mormonorg.min.js – gvillavizar Oct 11 '11 at 22:16