Englishjquery image slider  Deutschbildergalerie html  Españolslider css  Françaisslideshow jquery  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Photo slideshow software resizes

Q: Hello,
I'm thinking about purchasing the product. I downloaded a copy and wanted to see how well it worked. I did a couple of test pages on my site and it all seemed to work fine over the weekend. I went over a friends house to see if it worked on their machine. I tested it on my Android phone, it all worked great. But sometime today it started to display the first slide wrong. It's as is it has been resized 10 times larger and also after transitioning to the next slide it immediately goes back to the first (bad) slide.

Please take a look and let me know what's going on and what you recommend.

A: We've checked your page and found the layout of your page is not correct.

There is no <html></html> tags and the doctype declaration in the code of your pages.

Please, try to 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.