Skip to content

Commit

Permalink
docs & config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
uncovery committed May 14, 2016
1 parent 2382044 commit eff0b23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,12 @@ largest file size and the highest quality.

How many image rows tall should a featured image be? You can select 2,3,4 or 5 rows.
It's recommended to chose a smaller number if the majority of your images are landscape
format.
format. You can set this to dynamic to enable orientation-specific scaling.

## Orientation specific scaling (Featured size for portrait/landscape)

Same as above, but the system will automatically detect if the featured image is landscape
or portrait dimension (wider than high or the opposite) and scale the picture according to that.

### Admin Date Selector

Expand Down
2 changes: 1 addition & 1 deletion unc_config.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'type' => 'text',
),
'picture_quality' => array(
'help' => 'The desired thumbnail quality. Has to be a number between 1 (worst, smallest file) to 100 (best, largest file). This applies only if the images are resized with the above setting.',
'help' => 'The desired picture quality. Has to be a number between 1 (worst, smallest file) to 100 (best, largest file). This applies only if the images are resized with the above setting.',
'default' => '75',
'type' => 'text',
),
Expand Down

0 comments on commit eff0b23

Please sign in to comment.