Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release 5.1.0, Release 5.1.0-j6, Release 5.1.1, Release 5.1.1-j6
-
None
-
R5.4.0 Sprint 3
-
Description
When using maxwidth and maxheight, the exported image will have the indicated width and height, instead of respecting the aspect ratio and rescale to the first max value.
${Images[n].Image|maxwidth=350|maxheight=500}
If it's wanted to rescale without respecting the aspect ratio, a new notation should be used, as:
${Images[n].Image|width=300|height=300}
Attachments
Issue Links
- is duplicated by
-
XPORTER-1235 When you define only height or width the other should be calculated automatically
- Closed