name
|
The name of the slideshow object.
|
container
|
The id of the div used as a slideshow container.
|
width
|
The width of the slideshow in pixels.
|
height
|
The height of the slideshow in pixels.
|
fullPage
|
When the container div is resized it will be set to the same size as the page dimensions.
|
backgroundColor
|
Should be the same as the page background colour.
|
slides
|
The array of slides. Each slide has the following fields:
• url : the image URL.
• caption : the caption to display on the slide.
Optionally you can set these additional fields:
• x : horizontal offset to a point within the image.
• y : vertical offset to a point within the image.
• width : width of the image portion to display.
• height : height of the image portion to display.
|
displayTime
|
The time to display each slide in milliseconds.
|
transition
|
Whether to apply a fade transition effect when changing the slide image. Can be true or false (default=true).
|
transitionSpeed
|
The speed at which to apply the transition effect. Float value (default = 1).
|
hotspotSize
|
The size in pixels of the slideshow controls (default=30).
|
autoPlay
|
Whether the slideshow starts playing automatically. Can be true or false (default = true).
|
enablePlayPause
|
Whether to display the Play/Pause control at the centre of the slide image. Can be true or false (default = true).
|
enablePrevNext
|
Whether to display the Previous and Next controls at the sides of the slide image. Can be true or false (default = true).
|
enableCaptions
|
Whether to display captions with the slide. Can be true or false (default = true).
|
staticCaptions
|
Whether the captions are displayed when the mouse is not over the slide. Can be true or false (default = false).
|
captionFontSize
|
The height in pixels of the caption text (default = 18).
|
captionFont
|
The font name used for caption text (default = Helvetica).
|
captionColor
|
The color used for the caption text (default = black).
|
captionBackgroundColor
|
The colour used for the caption background (default = white).
|
controlColor
|
The color used for the control icons (default = white).
|
controlBackgroundColor
|
The colour used for the control backgrounds (default = blue).
|
clickbackFunction
|
The name of a function to call when the user clicks on a slideshow image. See the third slide in this Multiple slideshows demonstration for an example of usage.
|
enableRightClick
|
Whether the right clicking on the image will display a context menu. Can be true or false (default = false).
|