Skip to content

Commit 14cf945

Browse files
authored
Merge pull request #9 from ericwbailey/lazy-load-image
2 parents a4bd37c + a94ce5e commit 14cf945

File tree

5 files changed

+2927
-11
lines changed

5 files changed

+2927
-11
lines changed

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ <h2 id="title-table-of-contents">Table of Contents</h2>
4949
<li><a href="#section-embedded">Embedded</a>
5050
<ol>
5151
<li><a href="#subsection-image">Image</a></li>
52+
<li><a href="#subsection-lazy-loaded-image">Lazy-loaded Image</a></li>
5253
<li><a href="#subsection-broken-image">Broken Image</a></li>
5354
<li><a href="#subsection-figure-with-caption">Figure with Caption</a></li>
5455
<li><a href="#subsection-inline-svg">Inline <abbr>SVG</abbr></a></li>
@@ -529,6 +530,16 @@ <h3 id="subsection-image">Image</h3>
529530
alt="Image Example" />
530531
<!-- End of #subsection-image -->
531532

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+
532543
<!-- Start of #subsection-broken-image -->
533544
<h3 id="subsection-broken-image">Broken Image</h3>
534545
<img

0 commit comments

Comments
 (0)