mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Update 02_Images.md
If the default is that resampling is off, shouldn't the example be that force_resample is set to true to enable resample?
This commit is contained in:
parent
f1170255cb
commit
f9cd6d9a15
@ -180,9 +180,9 @@ You can turn this on with the below config:
|
||||
Name: resamplefiles
|
||||
---
|
||||
SilverStripe\Assets\File:
|
||||
force_resample: false
|
||||
force_resample: true
|
||||
SilverStripe\Assets\Storage\DBFile:
|
||||
force_resample: false
|
||||
force_resample: true
|
||||
```
|
||||
|
||||
#### Resampled image quality
|
||||
|
Loading…
x
Reference in New Issue
Block a user