From 8225b2e890e752f593ba1285bed05c0ed4816943 Mon Sep 17 00:00:00 2001 From: Andre Kiste Date: Fri, 2 Jul 2021 11:34:18 +1200 Subject: [PATCH] Update 02_Images.md --- docs/en/02_Developer_Guides/14_Files/02_Images.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/14_Files/02_Images.md b/docs/en/02_Developer_Guides/14_Files/02_Images.md index f2110c216..c64f02774 100644 --- a/docs/en/02_Developer_Guides/14_Files/02_Images.md +++ b/docs/en/02_Developer_Guides/14_Files/02_Images.md @@ -204,7 +204,7 @@ SilverStripe\Core\Injector\Injector: Images added via the WYSIWYG editor and as objects on templates are [lazy loaded](https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading) by default. -To disable lazy loading for an individual image, you can call `$MyImage.setLazyLoad(false)`. +To disable lazy loading for an individual image, you can call `$MyImage.setLazyLoad(0)`. You can opt out of lazy loading globally by setting the `Image::lazy_loading_enabled` config to `false`, see example `yml`: