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:
Hans Philip Eide 2018-12-01 13:36:52 +01:00 committed by GitHub
parent f1170255cb
commit f9cd6d9a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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