Add support for fillWidth and fillHeight
I have probably missed a few places it should be used
This commit is contained in:
parent
5fb38139b8
commit
814713235e
5 changed files with 11 additions and 9 deletions
|
@ -446,7 +446,7 @@ class AppRouter {
|
|||
|
||||
normalizeImageOptions(options) {
|
||||
let setQuality;
|
||||
if (options.maxWidth || options.width || options.maxHeight || options.height) {
|
||||
if (options.maxWidth || options.width || options.maxHeight || options.height || options.fillWidth || options.fillHeight) {
|
||||
setQuality = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue