-
Suggestion
-
Resolution: Answered
-
None
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Currently, there is a single, globally-set thumbnail size that all thumbnails must adhere to. We should instead allow arbitrary thumbnail sizes.
/download/thumbnails/9999/image.jpg – default thumbnail size (as before)
/download/thumbnails/9999/320x240/image.jpg – 320x240 thumbnail size
And so on.
- Gallery macro and thumbnail properties for images will need to support the sizings
- We will need to periodically flush the thumbnail cache directory, though, since we could have an arbitrary number of thumbnail files per attachment.
- As it is now, the aspect ratio of the original image should be preserved - the 320x240 thumbnail should be the largest image that will fit into a 320x240 rectangle while preserving the original aspect ratio.
- blocks
-
CONFSERVER-4563 New parameters for {gallery} macro
- Closed
- is related to
-
CONFSERVER-19765 Make "large" in the image editor propery panel a thumbnail to the full-sized image
- Closed
- relates to
-
CONFCLOUD-4572 Allow arbitrary sized thumbnails
- Closed
[CONFSERVER-4572] Allow arbitrary sized thumbnails
Workflow | Original: JAC Suggestion Workflow 4 [ 3577046 ] | New: JAC Suggestion Workflow 3 [ 4337082 ] |
Workflow | Original: JAC Suggestion Workflow 2 [ 3169973 ] | New: JAC Suggestion Workflow 4 [ 3577046 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3030879 ] | New: JAC Suggestion Workflow 2 [ 3169973 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2533034 ] | New: JAC Suggestion Workflow [ 3030879 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2291230 ] | New: Confluence Workflow - Public Facing v4 [ 2533034 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2185630 ] | New: Confluence Workflow - Public Facing v3 [ 2291230 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1917590 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2185630 ] |
Workflow | Original: Confluence Workflow - Public Facing v2 [ 1753694 ] | New: Confluence Workflow - Public Facing v3 [ 1917590 ] |
Description |
Original:
Currently, there is a single, globally-set thumbnail size that all thumbnails must adhere to. We should instead allow arbitrary thumbnail sizes. /download/thumbnails/9999/image.jpg -- default thumbnail size (as before) /download/thumbnails/9999/320x240/image.jpg -- 320x240 thumbnail size And so on. * Gallery macro and thumbnail properties for images will need to support the sizings * We will need to periodically flush the thumbnail cache directory, though, since we could have an arbitrary number of thumbnail files per attachment. * As it is now, the aspect ratio of the original image should be preserved - the 320x240 thumbnail should be the largest image that will fit into a 320x240 rectangle while preserving the original aspect ratio. |
New:
{panel:bgColor=#e7f4fa} *NOTE:* This suggestion is for *Confluence Server*. Using *Confluence Cloud*? [See the corresponding suggestion|http://jira.atlassian.com/browse/CONFCLOUD-4572]. {panel} Currently, there is a single, globally-set thumbnail size that all thumbnails must adhere to. We should instead allow arbitrary thumbnail sizes. /download/thumbnails/9999/image.jpg -- default thumbnail size (as before) /download/thumbnails/9999/320x240/image.jpg -- 320x240 thumbnail size And so on. * Gallery macro and thumbnail properties for images will need to support the sizings * We will need to periodically flush the thumbnail cache directory, though, since we could have an arbitrary number of thumbnail files per attachment. * As it is now, the aspect ratio of the original image should be preserved - the 320x240 thumbnail should be the largest image that will fit into a 320x240 rectangle while preserving the original aspect ratio. |
Link |
New:
This issue relates to |