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

Recent Demos

 Can I change effect for description in generated html picture gallery?

Q: Dear support,

We want captions to appear always from the right or from the top and not by chance, so I want to change effect for description in my slideshow. But I want to use my slideshow, because I've made a lot of modifications after publishing the slide, is there a solution to adapt the js file?

A: Please, open generated "script.js" file in any text editor (for example, NotePad), find
following lines:

jQuery("#wowslider-container1").wowslider({effect:"blur",prev:"",next:"",duration:20*100,delay:20*100,width:895,height:455,autoPlay:true,stopOnHover:true,loop:false,bullets:true,caption:true,captionEffect:"move",controls:true,logo:"engine1/loading.gif",images:0});



and change captionEffect:"move" to captionEffect:"slide".