mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +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
|
||||
class="embed-video twitch"
|
||||
loading="lazy"
|
||||
src="https://player.twitch.tv/?video={{ include.id }}&parent={{ site.url | split: '://' | last | remove: '/' }}"
|
||||
frameborder="0"
|
||||
allowfullscreen="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user