Added
- Support for SVG image files.
Breaking: Optimises SVG images by default. If, you want to skip SVG files, use options,extensions: ["jpg", "png", "jpeg"]
withoutsvg
.
Changed
- Breaking: Generates fallback image of smallest in width instead of medium width.
- Uses
generateObject
from Eleventy Image to generate<picture>
HTML
Full Changelog: v4.1.3...v5.0.0