English  Italiano  Français  Español  Dansk  Deutsch  Deutsch  Português  Suomi 
Video Lightbox

Add video to my website doesn't work in IE

Oct 23, 2013

Q: Good evening.

I've had some success creating a video gallery at our web site.

I'm having some trouble getting it to work with IE8. I can create a load into a web page in ADobe CS4. VideoLightBox adds the code and extra folders for css and js files. I load them up to my web site.

Chrome works fine. However, IE8 is having issues. Any suggestions?

A: Please try to use 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 first line in your code (before <head> section).

Related