Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/components/ConfigOptions/sizes.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Type:** `string` or `(breakpoints: number[]) => string`

**Default:** `` (breakpoints) => `(min-width: ${breakpoints[breakpopints.length - 1]}px) ${breakpoints[breakpopints.length - 1]}px, 100vw ``
**Default:** `` (breakpoints) => `(breakpoints: number[]) => `(min-width: ${breakpoints[breakpoints.length - 1]}px) ${breakpoints[breakpoints.length - 1]}px, 100vw```

A string or function that returns a string suitable for the value of the `sizes`
attribute of the generated `<img />` element. The final calculated breakpoints
Expand Down