More Demos: slideshow bootstrap 4, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Is it possible to use animated Gif's in the slider?
I have tried but to luck so far. I can get static JPG images only.
A: Actually, wowslider app. generates .jpg images only.
But you can change them on .gif images manually.
1) Upload your .gif images to data/images folder
2) Change image format in generated .html code. For example:
...
<span><img src="data1/images/image1.jpg" alt="" title="" id="wows1"/></span>
...
should be:
...
<span><img src="data1/images/image1.gif" alt="" title="" id="wows1"/></span>
...
Try this.