You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the "Fit" adjustment will scale an image up if the image is smaller than the measurements provided. Oftentimes a template designer may want an image to fit within a container, but not scale it up if it's small. This should be an option.
Proposed solution: add an upscale argument to the "Fit" adjustment. (And maybe add it to some of the other adjustments as well.) E.g.,
Currently the "Fit" adjustment will scale an image up if the image is smaller than the measurements provided. Oftentimes a template designer may want an image to fit within a container, but not scale it up if it's small. This should be an option.
Proposed solution: add an
upscale
argument to the "Fit" adjustment. (And maybe add it to some of the other adjustments as well.) E.g.,(Not married to using
False
. Could use"no"
or whatever.)We could also change the default behavior to disable upscaling by default.
The text was updated successfully, but these errors were encountered: