Eleventy Plugin Lazyimages Versions Save

Eleventy plugin that adds blurry placeholders & lazy loading to your images

v2.1.2

2 years ago

v2.1.1

2 years ago

Update dependencies to their latest versions (adding M1 mac support).

v2.1.0

3 years ago

This release improves support for relative file paths in src attributes and image paths without file extensions.

transformImgPath now receives an optional second parameter containing the outputPath of the file being processed, as well as the outputDir, inputPath, and inputDir values from eleventy config.

This release also adds the setWidthAndHeightAttrs config option which allows you to turn off the setting of width and height attributes being added to img elements.

v2.0.1

3 years ago

Adds WEBP & SVG support, increases the quality of LQIP, passes outputPath to transformImgPath, & better handles width/height attributes.

v1.1.2

3 years ago

This release features better handling of inline data URIs, Twitter-style URIs with the image format passed as through the query string, and improved documentation (including answers to common questions).

v1.1.1

4 years ago
  • Fixes srcset being ignored set when using native lazy loading

v1.1.0

4 years ago
  • Enable transparency for placeholder images. c5f3ad2
  • Fix outputPath error with permalink: false 1ece28c
  • Set all attributes except the ones that require JIMP d5de2db
  • Only process files supported by JIMP 0fec03a
  • Provide backwards support for those using strings as className c52d603
  • Switch className to array allowing for multiple classes e980268

https://github.com/liamfiddler/eleventy-plugin-lazyimages/compare/v1.0.6...v1.1.0

v1.0.6

4 years ago

v1.0.5

4 years ago
  • Add config option to prioritise the custom lazy loading script over native lazy loading
  • Fix init script error in Internet Explorer
  • Add example project using eleventy-plugin-local-images

v1.0.3

4 years ago