image_element

image (1)
kavulix

Element name: image

The image element is used to provide the image urls and captions for slideshows. There is no limit to the number of image elements that you can use with slideshow items.


Example

<item type="slideshow">
   <image url="http://yoursite.com/image1.jpg" overlay="This is image #1"/>
   <image url="http://yoursite.com/image2.png" overlay="This is image #2"/>
   <image url="http://yoursite.com/image3.gif" overlay="This is image #3"/>
</item>

Supported Attributes

Name: url
Type: string
Supported values
any url pointing to an image of type jpg, png or gif

Name: overlay
Type: string
Supported values
any string of text
Notes
This text will appear as a caption that will overlay the image. In order for the captions to appear you must also set the enableoverlay attribute on the slideshow item.


Supported Child Nodes

NONE


MongoDB Logo MongoDB