2017 © Pedro Peláez
 

yii2-extension yii2-lazy

Lazy load wrapper.

image

cluwong/yii2-lazy

Lazy load wrapper.

  • Friday, July 6, 2018
  • by cluwong
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 Lazy Extension

This is Yii2 wrapper class for http://jquery.eisbehr.de/lazy/., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist cluwong/yii2-lazy "*"

or add, (*4)

"cluwong/yii2-lazy": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?php 
use cluwong\lazy\Lazy
Lazy::widget(); 
?>
<img class="lazy" data-src="/path/to/image.jpg" />

For more examples see http://jquery.eisbehr.de/lazy/#examples., (*7)

The Versions

06/07 2018

dev-master

9999999-dev

Lazy load wrapper.

  Sources   Download

BSD-3-Clause

The Requires

 

by Carolyn Wong

extension yii2 lazy

06/07 2018

v1.0.0

1.0.0.0

Lazy load wrapper.

  Sources   Download

BSD-3-Clause

The Requires

 

by Carolyn Wong

extension yii2 lazy