Skip to content

Commit 32142ef

Browse files
iamsushanthaleksihakli
authored andcommitted
Update embed_code.html
Lazy-loading YouTube video embeds (saves ~500KB on initial page load)
1 parent d95c4cd commit 32142ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<iframe width="{{ width }}" height="{{ height }}" src="{{ backend.url }}" frameborder="0" allowfullscreen></iframe>
1+
<iframe width="{{ width }}" height="{{ height }}" src="{{ backend.url }}" loading="lazy" frameborder="0" allowfullscreen></iframe>

0 commit comments

Comments
 (0)