Issue with html5 videos in Chrome?

having a problem playing html5 videos (like background videos for example) in Chrome. Every time I load a page with a background video i get the “install divX plugin blablabla” which I have done 1000 times. It’s not only on sites i develop, but on all sites with html5 videos.

But here is my code anyway:

	<video autoplay loop poster="img/frame.jpg" id="background-video">
		<source src="<?php echo get_template_directory_uri(); ?>/bgfinal.mp4" type="video/mp4">
	</video>

Sorry, I don’t know anything about videos but there may be some information here.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.