More Demos: bootstrap carousel images, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
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.