tags:

views:

15

answers:

1

Does anyone know of existing javascript libraries to re-create this photo gallery sample found on dailylife.com maybe using jquery and css?

They seemed to have it automate the creation of different sized portrait and landscape photos so it fits nicely in these 4 columns with overall equal heights across the columns. Thanks for any input.

Sample output here: http://www.daylife.com/search?q=valentino+rossi

A: 

you could use http://desandro.com/resources/jquery-masonry/

Alex Nolan
Thanks Alex, that's a start but there's still the issue of having equal heights on all the columns. That masonry plugin looks like it doesn't take that to account
predikt