Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruanyl/imagewall
- Owner: ruanyl
- Created: 2014-01-09T19:54:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T15:10:09.000Z (over 9 years ago)
- Last Synced: 2024-11-05T14:55:51.928Z (3 months ago)
- Language: JavaScript
- Homepage: http://ruanyl.github.io/imagewall
- Size: 5.28 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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