Skip to content

Yii2 lazy image widget. For loading big images without slowing down page load

Notifications You must be signed in to change notification settings

ZiyaVakhobov/lazy-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lazy-image

Widget for Yii2 framework projects. To lazyload big images.

composer require ziya/ziya-lazy-image "^0.2"

Examples

 <?php
    echo LazyImage::widget([
            'options' => [          
                'alt'=>'Just image'                
            ], 
            'preloadImage' => 'https://link-to-thumb-image', // if null will be replaced with svg animation
            'src' => 'https://link-to-big-images',            
    ]);

About

Yii2 lazy image widget. For loading big images without slowing down page load

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages