Snorlax

Snorlax is lightweight standalone lazy loading library - lazy loading as it meant to be.

View the Project on GitHub wallacode/snorlax

Snorlax

Snorlax

§ Version: 1.0.0
§ Author: Walla!Code
§ Repo: https://github.com/wallacode/snorlax

Scroll down for a demo

This plugin doesn't need jQuery and is totaly standalone, the minified size is 1.86Kb!!!

Use

HTML

<ANY class="snorlax" data-snorlax-alt="bla" data-snorlax-src="pic.jpg"></ANY>

Javascript

var lazy = new Snorlax();

Javascript

var lazy = new Snorlax({
    horizontal: true,
    wrap: 'demo'
});