jslayer / lazy-load.js

Images lazy load jquery plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazyLoad

Features

  • A bit tested on jQuery 1.7.2 :)

Usage:
$('body').lazyLoad({/* options */});

Options:

  • on {string} – event; default: scroll
  • effect {string} – effect; default: show
  • selector {string} – image selector; default: [data-original]
  • attribute {string} – origin image path attribute; default: [data-original]
  • concurrent {number} – concurrent image loading number; default: 5

Todo

  • Support hd images

About

Images lazy load jquery plugin


Languages

Language:JavaScript 100.0%