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.
loading="lazy"
1 parent 4c6173a commit 3a3eba4Copy full SHA for 3a3eba4
src/Elastic.Markdown/Slices/Directives/Image.cshtml
@@ -1,5 +1,5 @@
1
@inherits RazorSlice<ImageViewModel>
2
<a class="reference internal image-reference" href="@Model.ImageUrl">
3
- <img alt="@Model.Alt" src="@Model.ImageUrl" style="@Model.Style" class="@Model.Screenshot" />
+ <img loading="lazy" alt="@Model.Alt" src="@Model.ImageUrl" style="@Model.Style" class="@Model.Screenshot" />
4
[CONTENT]
5
</a>
0 commit comments