File tree 6 files changed +13
-2
lines changed
6 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
const lazyImagesPlugin = require ( 'eleventy-plugin-lazyimages' ) ;
2
2
3
3
module . exports = function ( eleventyConfig ) {
4
+ eleventyConfig . addPassthroughCopy ( 'img' ) ;
4
5
eleventyConfig . addPlugin ( lazyImagesPlugin ) ;
5
6
} ;
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,9 +4,19 @@ title: Basic demo - eleventy-plugin-lazyimages
4
4
---
5
5
# Basic demo
6
6
7
- This is a basic demo of
7
+ This is a basic demo of
8
8
[ eleventy-plugin-lazyimages] ( https://github.com/liamfiddler/eleventy-plugin-lazyimages )
9
9
10
+ ## These images are from the local filesystem:
11
+
12
+ ![ Local Test] ( /img/test-01.png " Local Test ")
13
+
14
+ ![ Local Test] ( /img/test-02.jpg " Local Test ")
15
+
16
+ ![ Local Test] ( /img/test-03.jpg " Local Test ")
17
+
18
+ ## These images are from a third-party website:
19
+
10
20
![ Test] ( https://live.staticflickr.com/3915/14746807980_875aa68823_o.jpg " Test ")
11
21
12
22
![ Test] ( https://live.staticflickr.com/7807/47291519341_1ceba19252_o.jpg " Test ")
You can’t perform that action at this time.
0 commit comments