More Demos: bootstrap 4 slider, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: I have encountered a problem with display freezing on the initial image. The presentation works fine on IE 10/ Chrome/ IPOD/IPAD.
The problem only seems to be w/ IE 9 - has anyone else experienced this problem?
A: We've checked your page and found there is no doctype declaration at all.
Please, add the doctype declaration for universal compatibility:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Notice, it should be the first line above all the code on your page.