Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-03 18:47:35 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-02-05 15:59:15 +0300
commit722086b4ed3e77d1aba6724474bec06d08e7de06 (patch)
tree470bd91123d6de0f7a38ca40ec18a4d4835d9f8c /docs/resources
parent084cf4191b3c1e7590a4223fd9251019ef5d4c21 (diff)
resource: Add smart cropping
This commit `smart` as a new and default anchor in `Fill`. So: ```html {{ $image.Fill "200x200" }} ``` Is, with default configuration, the same as: ```html {{ $image.Fill "200x200" "smart" }} ``` You can change this default in your `config.toml`: ```toml [imaging] [imaging] resampleFilter = "box" quality = 68 anchor = "Smart" ``` Fixes #4375
Diffstat (limited to 'docs/resources')
0 files changed, 0 insertions, 0 deletions