Multimedia-Widgets

multimedia.image multimedia.music multimedia.slideshow multimedia.station


multimedia.image

Displays a image witch is been reloaded after a given time

Parameters
{{multimedia.image(id, src, mode, time) }}
id
unique id for this widget
src
the path/url to the image
mode
the mode: 'none', 'corner', 'corner-bottom' (optional, default 'none')
time
the reload-time in duration-format (optional, default '10i')
More Information
Examples
{{ multimedia.image('image1', 'http://www.wuerzburg.de/downloads/webcam/cam1.jpg', 'corner') }}

The image is been reloaded every 10 minutes so it is always actual.

Widgets

Design

Misc