Skip to content

tarun-dugar/angular-lazy-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#angular-lazy-loader

AngularJS lazy loading directive for lazy loading images and videos(via iframe).

Description

A 1 kB minimalistic and lightweight AngularJS directive to lazy load images, background images, and iframes.

Installation

npm install angular-lazy-loader

Demo

http://tarun-dugar.github.io/angular-lazy-loader/

Usage

  1. Include angular-lazy-loader.min.js after the angularjs library.

  2. Or, you can use require:

    var lazyLoader = require('angular-lazy-loader');
  3. Add the 'angular-lazy-loader' module to your app as follows:

    angular.module('yourApp', ['angular-lazy-loader'])
  4. Add the attribute (directive) 'angular-lazy-load' to the HTML element within which you want to lazy load images and iframes:

    <div angular-lazy-load>
    </div>
  5. Optionally, set the threshold attribute that accepts a pixel value to load the asset when it is 'threshold' pixels away (vertically) from the viewport.

    <div angular-lazy-load threshold="200">
    </div>
  6. Replace 'src' attribute of 'img', 'iframe', and 'div' tags with 'data-src':

    <img data-src="<your_url>" />

About

AngularJS directive to handle lazy loading of images and videos.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy