From a97708d5b532e0bcdfb5d633d43aa44e6290b497 Mon Sep 17 00:00:00 2001 From: Kevin Farrugia Date: Fri, 6 May 2022 12:47:46 +0200 Subject: [PATCH] Updated lite-youtube-embed to check and description --- src/technologies/l.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/technologies/l.json b/src/technologies/l.json index 02f3899ca..760f0cff7 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1568,9 +1568,10 @@ "cats": [ 59 ], - "description": "A faster youtube embed.", - "html": "<(?:lite-youtube)", - "icon": "YouTube.png", - "website": "https://github.com/paulirish/lite-youtube-embed" + "description": "The lite-youtube-embed technique renders the YouTube video inside the IFRAME tag only when the play button in clicked thus improving the core web vitals score of your website.", + "dom": "lite-youtube", + "website": "https://github.com/paulirish/lite-youtube-embed", + "oss": true, + "implies": "YouTube" } } \ No newline at end of file