The items attribute specifies the image files presented by the picture element.
<picture>
or
/ items = (file, file, file,... )Name | Type | Description |
---|---|---|
itemname | item | The name of an item element defined elsewhere in the script listing image file names. |
file | picturefile | The path to an image file. |
Items can be defined either by specifying the name of an item element or by directly by listing each image file in the set.
The following defines picture items:
<picture moutains>
/ items = ("rainier.bmp", "baker.jpg", "sainthelens.gif")
</picture>