From fb7cff0e18fc1e95412f0f59e5332937a8eb4f5f Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 5 Jun 2024 23:43:18 +0200 Subject: feat: lazy load new images --- layouts/shortcodes/image.html | 1 + 1 file changed, 1 insertion(+) (limited to 'layouts/shortcodes/image.html') diff --git a/layouts/shortcodes/image.html b/layouts/shortcodes/image.html index 0bc0d58..2677b2c 100644 --- a/layouts/shortcodes/image.html +++ b/layouts/shortcodes/image.html @@ -40,6 +40,7 @@ " width="{{ $img1x.Width }}" height="{{ $img1x.Height }}" + loading="lazy" >
-- cgit v1.2.3