Changed lazy loading in _config.yml
This commit is contained in:
parent
f067edc69e
commit
5df7a6aab0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue