We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95c4cd commit 32142efCopy full SHA for 32142ef
embed_video/templates/embed_video/embed_code.html
@@ -1 +1 @@
1
-<iframe width="{{ width }}" height="{{ height }}" src="{{ backend.url }}" frameborder="0" allowfullscreen></iframe>
+<iframe width="{{ width }}" height="{{ height }}" src="{{ backend.url }}" loading="lazy" frameborder="0" allowfullscreen></iframe>
0 commit comments