-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
3
-
When an image is added to a page as a thumbnail, it renders unclear. Inspecting the storage format shows that the image is stored as a thumbnail:
<ac:image ac:thumbnail="true" ac:height="250"><ri:attachment ri:filename="AddEmailAccount.PNG" /></ac:image>
However, adding a border to the image sharpens it, and the storage format shows that it's no longer rendered as a thumbnail:
<ac:image ac:height="250" ac:width="141"><ri:attachment ri:filename="AddEmailAccount.PNG" /></ac:image>
For a consistent user experience, we should either fix the thumbnail rendering, or remove the "thumbnail=true" flag altogether.
Steps to reproduce
- Add an image to a page
- Select one of the preset sizes, or add a custom size
- Save the page and view it
- Edit the page
- Add a border to the image
- Save the page and view it
Expected result
The thumbnail image will be sharp in both situations
Actual result
The thumbnail is rendered unclear when added without a border. After adding the border, it renders with higher clarity.
- is related to
-
CONFSERVER-53298 image in edit mode adds "confluence-thumbnail" class unnecessarily causing poor image to be displayed
- Gathering Impact
-
CONFSERVER-54088 Image is blurred when attaching it using IE11
- Gathering Impact
- relates to
-
CONFSERVER-35147 Thumbnails are not rendered as expected while manually adjusting image size by entering a number to image width text box
- Closed
- mentioned in
-
Page Loading...