add loading lazy for youtube thumbnail

This commit is contained in:
Faisal Amir 2024-03-14 17:47:18 +07:00
parent 7970c18b3b
commit f4e1958c5f

View File

@ -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"
/>
</div>
)
@ -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"
/>
</div>
)
@ -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"
/>
</div>
)
@ -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"
/>
</div>
)