Skip to content

Commit db4369d

Browse files
Clarify fit behavior (#783)
1 parent e3eba32 commit db4369d

File tree

1 file changed

+7
-7
lines changed
  • src/routes/docs/features/folder-config

1 file changed

+7
-7
lines changed

src/routes/docs/features/folder-config/+page.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Files_BackgroundOpacity=0.4
3535

3636
The `Files_BackgroundFit` property accepts values between `0` and `3`, corresponding to the behaviors listed in the table below.
3737

38-
| Value | Behavior |
39-
|-------|----------------|
40-
| 0 | Fill |
41-
| 1 | None |
42-
| 2 | Uniform |
43-
| 3 | UniformToFill |
38+
| Value | Behavior |
39+
|-------|-----------------------------------------------------------------------------------------------------------------------------------|
40+
| 0 | The image is stretched to fill the pane without keeping the aspect ratio. |
41+
| 1 | The image is not stretched. |
42+
| 2 | The image is stretched so that the whole image is visible and the aspect ratio is preserved. There may be unfilled space. |
43+
| 3 | The image is stretched so that the image fills the pane and the aspect ratio is preserved. Parts of the image may not be visible. |
4444

4545
### Vertical alignment
4646

@@ -62,4 +62,4 @@ The `Files_BackgroundHorizontalAlignment` property accepts values between `0` an
6262
| 0 | Center |
6363
| 1 | Left |
6464
| 2 | Right |
65-
| 3 | Stretch |
65+
| 3 | Stretch |

0 commit comments

Comments
 (0)