Skip to content

Commit 9f174d9

Browse files
authored
fix: resume lazy loading for Twitch videos (#1326)
The property of lazy load is missing in #1267
1 parent 5810bcd commit 9f174d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/embed/twitch.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<iframe
22
class="embed-video twitch"
3+
loading="lazy"
34
src="https://player.twitch.tv/?video={{ include.id }}&parent={{ site.url | split: '://' | last | remove: '/' }}"
45
frameborder="0"
56
allowfullscreen="true"

0 commit comments

Comments
 (0)