From f4e1958c5fdd66cd8008724217d5ec33ed43ff6c Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 14 Mar 2024 17:47:18 +0700 Subject: [PATCH] add loading lazy for youtube thumbnail --- docs/src/containers/Testimonial/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/containers/Testimonial/index.js b/docs/src/containers/Testimonial/index.js index e98275a76..7a40092a1 100644 --- a/docs/src/containers/Testimonial/index.js +++ b/docs/src/containers/Testimonial/index.js @@ -103,6 +103,7 @@ const Testimonial = () => { allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen className="rounded-xl" + loading="lazy" /> ) @@ -122,6 +123,7 @@ const Testimonial = () => { allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen className="rounded-xl" + loading="lazy" /> ) @@ -141,6 +143,7 @@ const Testimonial = () => { allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen className="rounded-xl" + loading="lazy" /> ) @@ -160,6 +163,7 @@ const Testimonial = () => { allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen className="rounded-xl" + loading="lazy" /> )