mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
ATS-688: Negate OptionsBuilder's maintainAspectRatio boolean
This commit is contained in:
@@ -339,7 +339,7 @@ final class OptionsBuilder
|
||||
{
|
||||
resize.append('>');
|
||||
}
|
||||
if (maintainAspectRatio != null && maintainAspectRatio)
|
||||
if (maintainAspectRatio != null && !maintainAspectRatio)
|
||||
{
|
||||
resize.append('!');
|
||||
}
|
||||
|
Reference in New Issue
Block a user