panalex/yii2-lazyload-widget

wrapper of https://github.com/verlok/lazyload library

Installs: 1 097

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:yii2-extension

v0.1 2017-07-20 12:19 UTC

This package is not auto-updated.

Last update: 2024-06-09 01:02:42 UTC


README

Latest Stable Version License Total Downloads Twitter

Wrapper of LazyLoad (vanilla-lazyload) library.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist panalex/yii2-lazyload-widget "*"

or add

"panalex/yii2-lazyload-widget": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

use panalex\lazyload\LazyLoad;

echo LazyLoad::widget(['src' => 'url/to/your/image.jpg']);

License

The BSD License (BSD). Please see License File for more information.