File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ <h2 id="title-table-of-contents">Table of Contents</h2>
49
49
< li > < a href ="#section-embedded "> Embedded</ a >
50
50
< ol >
51
51
< li > < a href ="#subsection-image "> Image</ a > </ li >
52
+ < li > < a href ="#subsection-lazy-loaded-image "> Lazy-loaded Image</ a > </ li >
52
53
< li > < a href ="#subsection-broken-image "> Broken Image</ a > </ li >
53
54
< li > < a href ="#subsection-figure-with-caption "> Figure with Caption</ a > </ li >
54
55
< li > < a href ="#subsection-inline-svg "> Inline < abbr > SVG</ abbr > </ a > </ li >
@@ -529,6 +530,16 @@ <h3 id="subsection-image">Image</h3>
529
530
alt ="Image Example " />
530
531
<!-- End of #subsection-image -->
531
532
533
+ <!-- Start of #subsection-broken-image -->
534
+ < h3 id ="subsection-lazy-loaded-image "> Lazy-loaded Image</ h3 >
535
+ < img
536
+ src ="http://placehold.it/500x500?text=Lazy-Loaded+Image+Example "
537
+ loading ="lazy "
538
+ width ="500 "
539
+ height ="500 "
540
+ alt ="Lazy-loaded Image " />
541
+ <!-- End of #subsection-broken-image -->
542
+
532
543
<!-- Start of #subsection-broken-image -->
533
544
< h3 id ="subsection-broken-image "> Broken Image</ h3 >
534
545
< img
You can’t perform that action at this time.
0 commit comments