Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 15, 2024
1 parent c797287 commit 6cfa10a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/docs/plugins/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,17 @@ const Image = require("@11ty/eleventy-img");
svgShortCircuit: false,

// SVG file sizes can report the compressed size
// Added in v3.1.8
svgCompressionSize: "",

// allow svg to upscale beyond supplied dimensions?
// Added in v3.1.8
svgAllowUpscale: true,

// always rotate the image to enforce correct orientation from EXIF metadata
// Added in v3.1.9
fixOrientation: false,

// the file name hash length
hashLength: 10,

Expand Down

0 comments on commit 6cfa10a

Please sign in to comment.