Englishvideo slider jquery  Deutschhtml galerie  Españolcarousel jquery  Françaiscarrousel javascript  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Is it possible to change speed of photo gallery plugin wordpress?

Q: Hello!
I like your program!
Is slide speed adjustable please?

A: You can change speed of slideshow. There are 2 values responsible for the transition speed:

- 'delay between slides' is the time of transition between slides
- 'effect duration' is the time of the effect

You should change "duration" and "delay" parameters as you need. You can do it in 2 ways: in the application or manually in generated script.js file:

1) in the application go to
Images -> Properties -> Design
and change 'delay between slides' and 'effect duration' values

Photo Gallery Plugin Wordpress

2) open the generated script.js file in any text editor (for example, NotePad) and find the code:

jQuery("#wowslider-container1").wowslider({effect:"slices",prev:"",next:"",duration:80*100,delay:80*100,...



and change 'duration' and 'delay' values.

Notice: the "delay between slides" should be greater than the "effect duration".