Confluence 3.3 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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
必要な入力項目 |
表示結果 |
|---|---|
{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.
概要
コンテンツ ツール
アプリ

