mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 21:53:26 +00:00
fix: resume lazy loading for Twitch videos (#1326)
The property of lazy load is missing in #1267
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user