Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-77873

Add ability to apply "image-rendering: pixelated" to Wiki Style Renderer images

XMLWordPrintable

    • 1
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      When viewing an image through the issue attachment preview, the image renderer (jira-fileviewer-plugin) applies the following CSS property:

      image-rendering: pixelated;
      

      This prevents images from being automatically scaled up when zoomed in (Mozilla Developer doc).

      However, this does not occur when the image is rendered in a Wiki Style Renderer (TinyMCE) field or comment. It instead uses the default auto attribute. This typically applies bilinear resampling in most web browsers to smoothen the image.

      Wiki image (thumbnail)

      Wiki image (complete)

      Customers with pixel-perfect requirements (especially in the design industry) want to apply the same pixelated attribute to all images. This should be implemented via a profile preference or user feature flag.

        1. tinymce-thumbnail.png
          tinymce-thumbnail.png
          1.43 MB
        2. tinymce-image.png
          tinymce-image.png
          1.41 MB
        3. file-viewer.png
          file-viewer.png
          865 kB

              Unassigned Unassigned
              1353e2e9fd2f Benjamin S
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: