From e09417d5c666cc178e7f8dd2bf4bce5dfb028531 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 23 Nov 2021 20:11:36 +0600 Subject: [PATCH 1/2] Add LazySizes / JS lib --- src/technologies/l.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/technologies/l.json b/src/technologies/l.json index 867d9564c..2ad09d3b4 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -203,6 +203,19 @@ "scriptSrc": "cdn\\.leadinfo\\.net", "website": "https://www.leadinfo.com" }, + "LazySizes": { + "cats": [ + 59 + ], + "description": "LazySizes is an easy yet robust JS library used to delay the loading of images (iframes, scripts, etc) until they come into view.", + "icon": "default.svg", + "js": { + "lazySizes": "", + "lazySizesConfig": "" + }, + "oss": true, + "website": "https://github.com/aFarkas/lazysizes" + }, "Leaflet": { "cats": [ 35 From f9c1a7b7db7e0085ae337874dfb89af4584ad0c8 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 24 Nov 2021 14:56:57 +1100 Subject: [PATCH 2/2] Update l.json --- src/technologies/l.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index 2ad09d3b4..97aa9da4a 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -207,7 +207,7 @@ "cats": [ 59 ], - "description": "LazySizes is an easy yet robust JS library used to delay the loading of images (iframes, scripts, etc) until they come into view.", + "description": "LazySizes is a JavaScript library used to delay the loading of images (iframes, scripts, etc) until they come into view.", "icon": "default.svg", "js": { "lazySizes": "",