We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095ad3e commit b5a488bCopy full SHA for b5a488b
1 file changed
includes/EmbedSnap.php
@@ -110,6 +110,7 @@ public static function renderEmbedSnap( $input, $argv, $parser ) {
110
'width' => $width,
111
'height' => $height,
112
'src' => 'https://snap.berkeley.edu/embed?project=' . $project . '&user=' . $user . '&showTitle=' . $taa . '&showAuthor=' . $taa . '&editButton=' . $edit . '&pauseButton=' . $pause . '&noExitWarning',
113
+ 'loading' => 'lazy',
114
] );
115
116
if ( $hide == 'true' ) {
0 commit comments