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

Recent Demos

 Is it possible to remove and add images in vertical jquery slider?

Q: Is it possible to add or remove images dynamically to or from an images
slider using a script that changes the HTML on the page?

Do you need to change one of the Java script files too?

Is there documentation available that shows how to accomplish this?

A: If you want to remove images you can do it manually. Open the code of your page in any
text editor and remove the lines with image paths from the generated code of wowslider.

For example, to remove one image you should delete two lines:

<li><img src="data1/images/flower.jpg" alt="flower" title="flower" id="wows1_2"/></li>
and


<a href="#" title="flower"><img src="data1/tooltips/flower.jpg" alt="flower"/>3</a>



If you want to add images you can do it in wowslider app. Then regenerate your gallery and paste new generated code into your page. Upload new image folder on your server.