Images can be embedded into Confluence pages from attached files or remote sources.
Notation |
Comment |
!http://www.host.com/image.gif!
or
!attached-image.gif!
|
Inserts an image into the page. If a fully qualified URL is given the imagewill be displayed from the remote source, otherwise an attached image file is displayed.
|
!image.jpg|thumbnail! |
Insert a thumbnail of the image into the page (only works with images that are attached to the page). Users can click on the thumbnail to see the full-sized image. Thumbnails must be enabled by the site administrator for this to work.
|
!image.gif|align=right, vspace=4! |
For any image, you can also specify attributes of the image tag as a comma separated list of name=value pairs like so.
|
{gallery}
{gallery:columns=3}
{gallery:slideshow=false}
{gallery:columns=3|title=Charles' Holiday Photos}
|
Create a gallery of thumbnails of all images attached to a page. This will only work on pagesthat allow attachments, obviously. The columns parameter allows you to specify the number of columns in the gallery (bydefault, 4) The title parameter allows you to supply a title for the gallery The slideshow parameter allows you to turn off the "View As Slideshow" link (on by default).
|