We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5895dcb commit e7e00d3Copy full SHA for e7e00d3
syntax/video.php
@@ -140,6 +140,7 @@ public function iframe($data, $element = 'iframe')
140
'scrolling' => 'no',
141
'data-domain' => $data['domain'],
142
'referrerpolicy' => 'no-referrer',
143
+ 'loading' => 'lazy',
144
];
145
if ($this->getConf('extrahard')) {
146
$attributes = array_merge($attributes, $this->hardenedIframeAttributes());
0 commit comments