From 87c0d0cbc7e9e03933f57efa764e55b98d9b624a Mon Sep 17 00:00:00 2001 From: Subnet_Masked Date: Fri, 20 Oct 2023 23:48:16 -0400 Subject: [PATCH] Enable lazy load for images --- docs/screenshots.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/screenshots.md b/docs/screenshots.md index a322049..a773b83 100644 --- a/docs/screenshots.md +++ b/docs/screenshots.md @@ -6,10 +6,10 @@ icon: material/image Have some awesome views from the server! -![Subnet's house up on the mountain](assets/images/screenshots/001.png) +![Subnet's house up on the mountain](assets/images/screenshots/001.png){ loading=lazy } -![Kate_Biron admiring a tree and beehive](assets/images/screenshots/002.png) +![Kate_Biron admiring a tree and beehive](assets/images/screenshots/002.png){ loading=lazy } -![A rainbow over the river from Subnet's place](assets/images/screenshots/003.png) +![A rainbow over the river from Subnet's place](assets/images/screenshots/003.png){ loading=lazy } -![Light poking into a mossy area](assets/images/screenshots/004.png) \ No newline at end of file +![Light poking into a mossy area](assets/images/screenshots/004.png){ loading=lazy } \ No newline at end of file