Skip to content

Commit 5df7a6a

Browse files
authored
Changed lazy loading in _config.yml
1 parent f067edc commit 5df7a6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,7 @@ imagemagick:
364364
# You can also set loading="" to other values for specific images to override the default behavior.
365365
# Options: "auto", "eager", "lazy"
366366
# See https://web.dev/browser-level-image-lazy-loading/ for more information.
367-
lazy_loading_images:
368-
enable: true # enables lazy loading of images (recommended)
367+
lazy_loading_images: true # enables lazy loading of images (recommended)
369368

370369
# -----------------------------------------------------------------------------
371370
# Optional Features

0 commit comments

Comments
 (0)