1 changed files with 7 additions and 3 deletions
@ -1,11 +1,15 @@ |
|||||
<magSlideShow> |
<magSlideShow> |
||||
<Width>1920</Width> |
<Width>1920</Width> |
||||
<Height>1080</Height> |
<Height>1080</Height> |
||||
<SlideDuration>1</SlideDuration> <!-- Optional default duration for each slide--> |
<SlideDuration>2</SlideDuration> <!-- Optional default duration for each slide--> |
||||
<Loop> |
<Loop> |
||||
<Type>PING-PONG</Type> <!-- NONE | NORMAL | PING-PONG --> |
<Type>PING-PONG</Type> <!-- NONE | NORMAL | PING-PONG --> |
||||
|
<Count>0</Count> <!-- 0 = forever --> |
||||
</Loop> |
</Loop> |
||||
<Transition></Transition> |
<Transition> |
||||
|
<Type>Dissolve</Type> |
||||
|
<Duration>2</Duration> |
||||
|
</Transition> |
||||
<!-- NoResize | Native | Fit | FitProportionally | FillProportionally --> |
<!-- NoResize | Native | Fit | FitProportionally | FillProportionally --> |
||||
<ResizeOption>FitProportionally</ResizeOption> |
<ResizeOption>FitProportionally</ResizeOption> |
||||
</magSlideShow> |
</magSlideShow> |
||||
|
Loading…
Reference in new issue