Document default JPEG quality

This commit is contained in:
Joseph Wynn 2014-12-06 01:14:45 +00:00
parent f6935f2cbc
commit d32304c61c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ responsive_image:
sizes:
- width: 480 # How wide the resized image will be. Required
- width: 800
quality: 90 # JPEG quality. Optional.
quality: 90 # Override JPEG quality (default is 85). Optional.
- width: 1400
```