More Demos: bootstrap banner image, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I've inserted the slider in iframe. I wanted to know if the shadow can be transparent on my page. Is there anyway that I can take out the white background on the shadow without using colors on my page?
A: The thing that if you use iframe the slider will adapt the background of the iframe page.
You should add the following line in the code of the page with wowslider:
<body style="background-color:transparent">
and this one in the code of the iframe page :
<iframe width="70%" height="500px" name="about" src="about.html" frameborder=0 ALLOWTRANSPARENCY="true"></iframe>