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.
1 parent c72751f commit 7b4cf7fCopy full SHA for 7b4cf7f
README.md
@@ -1,2 +1,7 @@
1
-# IntersectionObserver: lazy load images
2
-Using JavaScript's IntersectionObserver API to lazy load images.
+# Intersection Observer: lazy load images
+Using JavaScript's Intersection Observer API to lazy load images.
3
+
4
+✰ [Result website](https://rpsthecoder.github.io/intersectionobserver-api-lazy-load-images/index.html)
5
+✰ [Intersection Observer API, MDN Doc](https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)
6
7
+<p align=center><img src="https://octodex.github.com/images/labtocat.png" width=100px><br><sup>IntersectionObserver API is experimental</sup></p>
0 commit comments