fix: resume lazy loading for Twitch videos (#1326)
The property of lazy load is missing in #1267
This commit is contained in:
parent
5810bcd1d7
commit
9f174d9088
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
<iframe
|
<iframe
|
||||||
class="embed-video twitch"
|
class="embed-video twitch"
|
||||||
|
loading="lazy"
|
||||||
src="https://player.twitch.tv/?video={{ include.id }}&parent={{ site.url | split: '://' | last | remove: '/' }}"
|
src="https://player.twitch.tv/?video={{ include.id }}&parent={{ site.url | split: '://' | last | remove: '/' }}"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
allowfullscreen="true"
|
allowfullscreen="true"
|
||||||
|
|
Loading…
Reference in a new issue