Multimedia-Widgets

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


multimedia.slideshow

A widget to display a slideshow, controlled by items/items

Parameters
{{multimedia.slideshow(id, dir, delay, item_next, item_prev, item_stop, item_start) }}
id
unique id for this widget
dir
a directory where the pictures are located
delay
delay between the slides in sec (optional, default: 2 sec)
item_next
item to switch to the next slide
item_prev
item to switch to the previous slide
item_stop
item to stop the animation
item_start
item to start the animation
Example
{{ multimedia.slideshow('s1', 'pics/slideshow') }}
Some pictures...

Author:Alex
based on cycle2 jquery-plugin: (c) 2012 M. Alsup; Dual licensed: MIT/GPL - http://jquery.malsup.com/cycle2

Widgets

Design

Misc