Added option to disable lazy loading of images

This commit is contained in:
laf
2015-12-09 15:50:10 +00:00
parent 7a6837edbf
commit a56ccd7a74
4 changed files with 18 additions and 1 deletions
+5
View File
@@ -177,6 +177,11 @@ $config['web_mouseover'] = TRUE;
```
You can disable the mouseover popover for mini graphs by setting this to FALSE.
```php
$config['enable_lazy_load'] = true;
```
You can disable image lazy loading by setting this to false.
```php
$config['show_overview_tab'] = TRUE;
```