Englishjquery photo slider  Deutschdiashow erstellen  Españolgalería de fotos  Françaisjavascript slider  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 How to get rid of random in Slices effect in images slider jquery

Q: Hi there, how can I stop the Slices from being in a random direction? Client just wants them to run from left to right on each slide.

A: Please, open the generated script.js file in any text editor and find the following code:

...effect:"sliceDownRight,sliceDownLeft,sliceUpRight,sliceUpLeft,sliceUpDownRight,
sliceUpDownLeft,sliceUpDownRight,sliceUpDownLeft,fold,fold,fold"  ...



Make changes like this:

...effect:"sliceDownRight,sliceDownLeft,fold,fold,fold"  ...