eleventy-plugin-lazyimages
eleventy-plugin-lazyimages copied to clipboard
Eleventy plugin that adds blurry placeholders & lazy loading to your images
Bumps [sharp](https://github.com/lovell/sharp) from 0.29.3 to 0.30.5. Changelog Sourced from sharp's changelog. v0.30.5 - 23rd May 2022 Install: pass PKG_CONFIG_PATH via env rather than substitution. @dwisiswant0 Add support for --libc flag...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Add "eleventy-plugin" to `keywords`.
Bumps [simple-get](https://github.com/feross/simple-get) from 4.0.0 to 4.0.1. Commits 0a1ad5d 4.0.1 e4af095 Merge pull request #73 from ranjit-git/master 6e21f5e code style 489f743 Bug fix: Thirdparty cookie leak 6e4468a Bug fix: thirdparty site...
Hi, thank you for this very useful library. I have been using this plugin for a while in a project and it is working really well. On a new project...
It is not clear to me where the LQIP is stored? I do not see any extra image files in my dist/ folder, although the plugin seems to be working...
In terms of accessibility, it would be useful if each image was also served in a tag so users with disabled JavaScript still get the pictures.
I got this error, and my real pics not showing ``` cdn.jsdelivr.net/npm/lazysizes@5/lazysizes.min.js:1 Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID ``` And then i download the lazysizes.min.js to my local, the lazy images...
Bumps [ws](https://github.com/websockets/ws) from 8.3.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...