Page 1 of 1

Slow down carousel and slider

Posted: Tue Jan 20, 2015 5:09 am
by schlegk
How can I control the carousel and slider speeds? They seem to be whizzing by!

Re: Slow down carousel and slider

Posted: Tue Jan 20, 2015 10:39 am
by viethemes
schlegk wrote:How can I control the carousel and slider speeds? They seem to be whizzing by!
You can edit the file catalog/view/theme/default/template/module/slideshow.tpl, find

Code: Select all

items: 6,
and add this code below it

Code: Select all

slideSpeed: 300,
.
Note that 300 is milisecond. You can change to time which you want.

Re: Slow down carousel and slider

Posted: Tue Jan 20, 2015 1:58 pm
by schlegk
Thanks! I'll give that a try. Too bad this is not configurable in the admin.