mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-12-02 21:10:17 +08:00
9 lines
240 B
HTML
9 lines
240 B
HTML
|
<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"
|
||
|
scrolling="no"
|
||
|
></iframe>
|