_includes/embed/twitch.html in jekyll-theme-chirpy-6.2.2 vs _includes/embed/twitch.html in jekyll-theme-chirpy-6.2.3

- old
+ new

@@ -1,4 +1,7 @@ -<iframe class="embed-video twitch lazyload" +<iframe + class="embed-video twitch" src="https://player.twitch.tv/?video={{ include.id }}&parent={{ site.url | split: '://' | last | remove: '/' }}" - frameborder="0" allowfullscreen="true" - scrolling="no"></iframe> + frameborder="0" + allowfullscreen="true" + scrolling="no" +></iframe>