Englishjquery slider plugins  Deutschdiashow kostenlos  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 have no border around the wordpress slider?

Q: I am wondering what flexibility there is to create a slideshow that does not sit in a white field.
If I insert the slider show into a site with a different background color, is it possible to have no border around the slideshow?
I am looking for the most minimal, clean composition.

A: Unfortunately, wowslider app. doesn't provide editing template possibility. But you can make some changes manually.

You can remove border (frame, background) manually in generated "style.css" file.
Open it in any text editor (for example, Notepad), find following lines:

#wowslider-container {
/*      overflow: hidden; */
        zoom: 1; 
        position: relative; 
        width:690px;
        height:530px;
        margin:0 auto;
        z-index:100;
        background-image: url(./bg.png);
}



and remove line:

background-image: url(./bg.png);



Also "Remove frame and shadow" option was added in wowslider v.2.0. You can go to
Gallery->Properties->General

and uncheck this option.

That's all.