Snorlax is lightweight standalone lazy loading library - lazy loading as it meant to be.
View the Project on GitHub wallacode/snorlax
§ Version: 1.0.0
§ Author: Walla!Code
§ Repo: https://github.com/wallacode/snorlax
This plugin doesn't need jQuery and is totaly standalone, the minified size is 1.86Kb!!!
<ANY class="snorlax" data-snorlax-alt="bla" data-snorlax-src="pic.jpg"></ANY>
var lazy = new Snorlax();
var lazy = new Snorlax({
horizontal: true,
wrap: 'demo'
});