├── .gitignore ├── LazyloadAsset.php ├── README.md └── composer.json /.gitignore: -------------------------------------------------------------------------------- 1 | /vendor/ 2 | /debug/ 3 | composer.lock -------------------------------------------------------------------------------- /LazyloadAsset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjflyttp/yii2-lazyload-widget/HEAD/LazyloadAsset.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjflyttp/yii2-lazyload-widget/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xjflyttp/yii2-lazyload-widget/HEAD/composer.json --------------------------------------------------------------------------------