Confluence 3.3 has reached end of life
Check out the [latest version] of the documentation
Making a Thumbnail Link
This allows you to select a link and an image and automatically transform your image into thumbnail, without needing to resize (this will cause large images to load slow).
How to setup your own ThumbLink ( Mind it's lowercase only):
Making the Macro:
- Create a macro called "thumblink".
- Check "Has Body", "Convert macro body..." , and "Macro generates HTML"
- Insert this template
<a href="$param0" id="thumbnail"><img src="$param1" alt="$param2" height="80"></a>
- Click Save
You can change the sizes if wanted, because some images can be wide. Just change the height to width, or leave both, but this will cause your image to deform!
Usage with the Wiki Markup Editor
What you need to type |
What you will get |
|---|---|
{thumblink:http://www.google.com|http://www.google.com/intl/en_ALL/images/srpr/logo1w.png}
|
(with Google a link) |
Note that for external links, you must include http:// . If you do not provide this, Confluence will attempt to access content within the current space when the link is used.
Overview
Content Tools
Apps

