git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
16 lines
862 B
XML
16 lines
862 B
XML
<!--
|
|
'timer' :: number of seconds between each image transition
|
|
'order' :: how you want your images displayed. choose either 'sequential' or 'random'
|
|
'looping' :: if the slide show is in sequential mode, this stops the show at the last image (use 'yes' for looping, 'no' for not)
|
|
'fadeTime' :: velocity of image crossfade. Increment for faster fades, decrement for slower. Approximately equal to seconds.
|
|
'xpos' :: _x position of all loaded clips (0 is default)
|
|
'ypos' :: _y position of all loaded clips (0 is default)
|
|
-->
|
|
<gallery timer="12" order="random" fadetime="3" looping="yes" xpos="0" ypos="0">
|
|
<image path="./images/cabecera/1.jpg" />
|
|
<image path="./images/cabecera/2.jpg" />
|
|
<image path="./images/cabecera/3.jpg" />
|
|
<image path="./images/cabecera/4.jpg" />
|
|
<image path="./images/cabecera/5.jpg" />
|
|
<image path="./images/cabecera/6.jpg" />
|
|
</gallery> |