Uploaded image for project: 'Xporter for Jira'
  1. Xporter for Jira
  2. XPORTER-1523

Create Width and Height fields in Images like MaxWidth and MaxHeight.

    XporterXMLWordPrintable

Details

    • R5.5.0 Sprint 2
    • OK

    Description

      Create Width and Height fields in Images Mapping like MaxWidth and MaxHeight.
      This fields should work as the actual Width and Height (in pixels) the Image should have (Ratio should be applied if only one field is given).
      MaxWidth and MaxHeight should work as

      if (image.width > maxWidth) {
          widthToDisplay = maxWidth;
      } else {
       widthToDisplay = image.width;
      }
      

      Attachments

        Activity

          People

            tfsi Tiago Silva [X] (Inactive)
            hjfr Hugo Rodrigues [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1 week Original Estimate - 1 week
                1w
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 1 week, 3 hours, 15 minutes
                1w 3h 15m