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

Recent Demos

 Can I set the direction that the Ken Burns effect in js image scroller will take?

Q: Hi wowslider team!
Can I set the direction that the Ken Burns effect will take? For instance, can I have it pan from left to right?

A: You can edit "sctipt.js" file manually in any text editor (for example, Notepad).
Find following line:

paths:[{from: [0, 0, 1], to:[0, 0, 1.2]}, {from: [0, 0, 1.2],to:[0, 0, 1]},...



where [0, 0, 1] - [X,Y,Ratio]. So, to see whole image last parameter should have value
"1" for "from" part (you'll see whole image at the beginning of transition) or for "to"
part (you'll see whole image at the end of transition).