How to make a photo collage using html and css?

css, html

Solution

If you want to do this in css only you have to create divs for every column, and float those columns (but it messes up order of images).

Alternatively, you can use jquery plugin like this one .

Problem

I want to create a photo collage using html and css. The pictures i want to use are of variable height and width,but they must be fixed in the page without gaps. How do i achieve this?Please help..!!

Original source