objectWithoutClass
objectWithoutClass

Reputation: 1659

auto positioning multiple images to fit using css/jquery

Is there any way to fit the images according to their size (resolution / width*height) like as below:

enter image description here

So can i do with css or jquery(plugin)?, i tried to search at google but not found any plugin.

Upvotes: 2

Views: 1477

Answers (3)

hityagi
hityagi

Reputation: 5256

What you need is a size based collage of images. This might be the one : http://ed-lea.github.io/jquery-collagePlus/

enter image description here

Also try other search results on google for : collage jquery plugin

Upvotes: 3

jyek
jyek

Reputation: 1091

You can use the Masonry library: http://masonry.desandro.com/

Upvotes: 4

Related Questions