jquery slider plugins
diashow kostenlos
galerias jquery
javascript slideshow
Immagini Galleria
网络幻灯片: 效果的幻灯片
Galeria De Imagens
слайдер изображений, слайдшоу, CSS слайдер
Bild Galleri
画像のスライダー&ギャラリー
Afbeeldingen Caroussel
More Demos: bootstrap carousel images, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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.