Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruanyl/imagewall

just as the name
https://github.com/ruanyl/imagewall

Last synced: about 1 month ago
JSON representation

just as the name

Awesome Lists containing this project

README

        

Jquery Image Wall
======================

### Demo:
http://ruanyl.github.io/imagewall

### usage:






$(".container").imagewall(); //default image height is 240px, width is 'auto'

//or you can specify a number for height
$(".container").imagewall({height: 300});

//for both
$(".container").imagewall({height: 300, width:300});


### TODO:

specify width with auto height