Releases: saneef/eleventy-plugin-img2picture
Releases · saneef/eleventy-plugin-img2picture
v2.0.0
Bumps Eleventy Image to v2.0.0
v1.3.0
- Override default widths using
data-img2picture-widths
attribute on <img>
v1.2.0
- Use medium size image as fallback (fae9a1e)
Bumps @11ty/eleventy-img to v1.0.0
v1.0.2
- Sets default value for
eleventyInputDir
to .
v1.0.1
- Fixes:
sizes
attribute from <img
> is not replicated on <source>
(Issue #7)
v1.0.0
- Fixes: Generated AVIF images are not displayed in Chrome Canary (#3)
- Breaking Change: Requires Node 12+ (11ty/eleventy-img/#100)
v0.2.0
- Updates
options.formats
default values. Removes avif
. Ref (#3)
Add support for remote images
- Enable fetch and caching for images using
fetchRemote: true
in options.