Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruanyl/imageloader
https://github.com/ruanyl/imageloader
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ruanyl/imageloader
- Owner: ruanyl
- Created: 2014-01-18T14:54:38.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-18T15:05:55.000Z (almost 11 years ago)
- Last Synced: 2024-11-05T14:55:52.243Z (2 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
imageloader
===========Use this function to get the iamge width and height
### usage:
_imgReady(src, ready[, load[, error]]);### example:
_imgReady("http://stwww.surfingmagazine.com/wp-content/blogs.dir/1/files/2012/06/girl-in-just-a-shirt-4.jpg", function() {
alert(this.width);
});