evolvingweb / redmine_thumbnail_embed

Macro for embedding images into redmine issues and wiki pages more easily than with the default markup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Thumbnail Embed

This macro is just a shortcut for embedding an image and linking said image to its source.

{{thumbnail(url [, width])}} will embed the image at url into the document (wiki or issue) at size width, if specified. Width defaults to 90% and can be specified in either px or %.

The alias{{tb(url [, width])}} is a shorthand for the same macro.

The link has some default styling and class "redmine-thumbnaill-embed" for easily overriding these defaults.

About

Macro for embedding images into redmine issues and wiki pages more easily than with the default markup.


Languages

Language:Ruby 100.0%