Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 825
Justin Wu Avatar asked May 18 '12 11:05

Justin Wu


1 Answers

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/

like image 146
Nealv Avatar answered Oct 02 '22 16:10

Nealv