# Image Lazy Load for Magento 2
* Enable lazy load for the images on your Magento 2 store to improve page speed and reduce the page size. Reducing waiting time to load images makes the customer experience smoother, while also improving website performance.
## How to install
* In your Magento 2 root directory create folder `app/code/Krish/LazyLoad`
* Copy files and folders from archive to that folder
* In command line, using "cd", navigate to your Magento 2 root directory
* Run commands:
```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f
```
## Configuration
* Go to Store->Configuration->Krish Extension->Lazyload:
1. Enabled: Enable/Disable Module
2. Lazy Load Blocks: Add blocks to use this functionality
3. Ignore Images that Contain Class: Add classes to ignore images with lazyload functionality.
4. Image Upload: Upload image for loading feature
* Enable lazy load for the images on your Magento 2 store to improve page speed and reduce the page size. Reducing waiting time to load images makes the customer experience smoother, while also improving website performance.
## How to install
* In your Magento 2 root directory create folder `app/code/Krish/LazyLoad`
* Copy files and folders from archive to that folder
* In command line, using "cd", navigate to your Magento 2 root directory
* Run commands:
```
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f
```
## Configuration
* Go to Store->Configuration->Krish Extension->Lazyload:
1. Enabled: Enable/Disable Module
2. Lazy Load Blocks: Add blocks to use this functionality
3. Ignore Images that Contain Class: Add classes to ignore images with lazyload functionality.
4. Image Upload: Upload image for loading feature
Locale Support | Multilingual, Multicurrency, Multistore |
---|---|
Usability | User Experience |