From 677668f43a651fdead5d8ce1def05e1672563a26 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 14 Sep 2021 14:02:20 +1200 Subject: [PATCH] DOC Mention image lazy loading available from 4.9 onwards --- 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 43de575d6..47c395d4b 100644 --- a/docs/en/02_Developer_Guides/14_Files/02_Images.md +++ b/docs/en/02_Developer_Guides/14_Files/02_Images.md @@ -283,7 +283,7 @@ class Page extends SiteTree } ``` -#### Controlling lazy loading in for `` tags in SS templates +#### Controlling lazy loading in for tags in SS templates If you are manually writing `` tags in your SS template, those images will not be automatically lazy loaded. You will need to add the `loading="lazy"` attribute yourself if you want the image to be