Justin Wu
Justin Wu

Reputation: 61

Image Grid like 500px.com or Lightbox. com?

Been trying to implement a similar image grid comparable to that found on the 500px.com and lightbox.com but was unsuccessful.

I was wondering what that grid type is called and if there are any solutions out there to learn/figure out how to create something similar.

Upvotes: 5

Views: 4822

Answers (2)

Ryan Casey
Ryan Casey

Reputation: 53

Probably the most straight-forward jquery gallery of this style is Lightbox2:

http://lokeshdhakar.com/projects/lightbox2/

Upvotes: 1

Nealv
Nealv

Reputation: 6884

I think Masonry is what you are looking for, but you have several good jquery plugins.

Check some out here:

http://masonry.desandro.com/

http://isotope.metafizzy.co/

http://css-tricks.com/seamless-responsive-photo-grid/

Upvotes: 8

Related Questions