Lazy load the iframe

This commit is contained in:
Michal Vanko 2023-03-19 11:54:58 +01:00
parent f9b68c52be
commit 63fbfcd426

View File

@ -59,6 +59,7 @@
<iframe <iframe
title="My twitch channel" title="My twitch channel"
src="https://player.twitch.tv/?channel=michalvankodev&parent=michalvanko.dev&parent=localhost&autoplay=false" src="https://player.twitch.tv/?channel=michalvankodev&parent=michalvanko.dev&parent=localhost&autoplay=false"
loading="lazy"
frameborder="0" frameborder="0"
scrolling="no" scrolling="no"
allowfullscreen allowfullscreen