From 04b29c7017da18cb3a32260b8c8955290fafd34d Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:58:52 -0300 Subject: [PATCH] Changed lazy loading in _config.yml --- _config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 449cba02b6a7..110b5bdb442c 100644 --- a/_config.yml +++ b/_config.yml @@ -364,8 +364,7 @@ imagemagick: # You can also set loading="" to other values for specific images to override the default behavior. # Options: "auto", "eager", "lazy" # See https://web.dev/browser-level-image-lazy-loading/ for more information. -lazy_loading_images: - enable: true # enables lazy loading of images (recommended) +lazy_loading_images: true # enables lazy loading of images (recommended) # ----------------------------------------------------------------------------- # Optional Features