From 507e9ec9c491ebf794bb77bf256b935f0109fb08 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Fri, 2 May 2014 18:46:40 +0000 Subject: [PATCH] correct size and removed description field and custom time fade options --- Toolkit/RotatingImages/config.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Toolkit/RotatingImages/config.ini b/Toolkit/RotatingImages/config.ini index 9988590..fcc9927 100644 --- a/Toolkit/RotatingImages/config.ini +++ b/Toolkit/RotatingImages/config.ini @@ -1,19 +1,19 @@ [conf] ; Application Name applicationName = "Homepage Slideshow" -useTitles = On +useTitles = Off hasPrevNextLinks = Off -width = 903 -height = 330 +width = 1070 +height = 389 ; time between the fades in milliseconds [rotation time] -timeout[] = 5 +timeout[] = 2 +timeout[] = 4 +timeout[] = 6 +timeout[] = 8 timeout[] = 10 timeout[] = 15 -timeout[] = 20 -timeout[] = 25 -timeout[] = 30 ; type of animation 'fade' or 'slide' [animation type] -- 2.17.1