Skip to content

Commit 60cc9b0

Browse files
authored
Remove unused "Example" (#22624)
"Example:" string did not contain an example for the scale down fit. None of the other fits contained an example either.
1 parent 2b739ae commit 60cc9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/images/fit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Tabs, TabItem } from "~/components";
77
Affects interpretation of `width` and `height`. All resizing modes preserve aspect ratio. Used as a string in Workers integration. Available modes are:
88

99
- `scale-down`\
10-
Similar to `contain`, but the image is never enlarged. If the image is larger than given `width` or `height`, it will be resized. Otherwise its original size will be kept. Example:
10+
Similar to `contain`, but the image is never enlarged. If the image is larger than given `width` or `height`, it will be resized. Otherwise its original size will be kept.
1111
- `contain`\
1212
Image will be resized (shrunk or enlarged) to be as large as possible within the given `width` or `height` while preserving the aspect ratio. If you only provide a single dimension (for example, only `width`), the image will be shrunk or enlarged to exactly match that dimension.
1313
- `cover`\

0 commit comments

Comments
 (0)