mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
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,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…
x
Reference in New Issue
Block a user