Changed lazy loading in _config.yml

This commit is contained in:
George 2024-02-14 12:58:52 -03:00 committed by GitHub
parent f067edc69e
commit 5df7a6aab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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