ikeq / imgHolder

Hold the place for images before they are done!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imgHolder.js

Hold the place for images before they are done!

Usage

<!-- data-src="url|width|height" -->
<img data-src="image/scene.jpg|1920|1080">
/*
 * @param {HTMLElement} node
 */
imgHolder.run(node);

License

MIT

About

Hold the place for images before they are done!

License:MIT License


Languages

Language:JavaScript 100.0%