I have a image uploading system but I want when the User uploads his/her picture that it fits perfect under or beside each other! like this
Asked
Active
Viewed 107 times
0
-
1What have you [tried](http://mattgemmell.com/2008/12/08/what-have-you-tried/)? – Rahul Mar 09 '13 at 13:51
-
i tried to set my marging to 0 but it doenst work – Wime Dumingos Mar 09 '13 at 13:57
-
Search for "masonry" here. Is this what you're trying to achieve? – FelipeAls Mar 09 '13 at 17:45
1 Answers
4
Create divs for every column, and float left those columns. I recommend you to use some jquery plugin. Like this (jQuery masonry)

Umair Saleem
- 1,055
- 5
- 19