diff --git a/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php b/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php index fd9f6718f4..6c785120af 100644 --- a/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php +++ b/src/applications/files/markup/PhabricatorEmbedFileRemarkupRule.php @@ -157,6 +157,7 @@ final class PhabricatorEmbedFileRemarkupRule 'src' => $file->getBestURI(), 'height' => $file->getImageHeight(), 'width' => $file->getImageWidth(), + 'loading' => 'lazy', ); $image_class = 'phabricator-remarkup-embed-image-full'; break;