mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
21 lines
596 B
Plaintext
21 lines
596 B
Plaintext
|
title: ImageWidget
|
||
|
created: 20140416160234142
|
||
|
modified: 20140416160234142
|
||
|
tags: widget
|
||
|
|
||
|
! Introduction
|
||
|
|
||
|
The image widget displays images that can be specified as a remote URL or the title of a local tiddler containing the image.
|
||
|
|
||
|
! Content and Attributes
|
||
|
|
||
|
Any content of the `<$image>` widget is ignored.
|
||
|
|
||
|
|!Attribute |!Description |
|
||
|
|source |The URL of the image, or the title of an image tiddler |
|
||
|
|width |The width of the image as a number |
|
||
|
|height |The height of the image |
|
||
|
|tooltip |The tooltip to be displayed over the image |
|
||
|
|class |CSS classes to be assigned to the `<img>` element |
|
||
|
|