Layout similar to clipboard

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
maxkinn
Forum Newbie
Posts: 2
Joined: Tue Apr 26, 2011 8:11 am

Layout similar to clipboard

Post by maxkinn »

Hi

I have upload image script. where user can upload their images. The width and height of the images are not limited. Users can upload any kind of images. Now the problem I am facing is if users upload large images and small images, the layout get scattered.

So I decided to do layout similar to
http://sergey.fantoon.com/clipboard/funny.html

here they have aligned the images very nicely. They looks prety aligned in the way of rows and columns. they are not scattered. So I would like to get exact same layout.

Any body know what scripts can help me to achieve this?

your help will be aprreciated.

thanks
User avatar
manohoo
Forum Contributor
Posts: 201
Joined: Wed Dec 23, 2009 12:28 pm

Re: Layout similar to clipboard

Post by manohoo »

go the page that you like, then view PAGE SOURCE code.
Post Reply