In the docs, allowUpscale is listed under the global configuration settings here: https://github.com/aelvan/Imager-Craft#allowupscale-bool. However, setting this in imager.php under '*' doesn't seem to do anything. However, it does work if you create a transform and pass it as an option like this:
In the docs,
allowUpscale
is listed under the global configuration settings here: https://github.com/aelvan/Imager-Craft#allowupscale-bool. However, setting this in imager.php under'*'
doesn't seem to do anything. However, it does work if you create a transform and pass it as an option like this:{% set imageSizes = [{ width: 530, allowUpscale: false }] %}
.Am I just misunderstanding the layout of the docs, or are they incorrect?