You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>video</title>
<style>
video#bgvid{
min-width:100%
min-height:100%
width:auto;
height:auto;
background:url(http://movie.miestilomag.com/wp-content/uploads/2014/03/temp-
screenshot.png)no repeat;
}
</style>
</head>
<body>
<video id="bgvid" autoplay poster="http://movie.milestilomag.com/wp-
content/uploads/2014/03/temp-screenshot.png">
<source src="http://movie.miestilomag.com/wp-content/uploads/2014/03/jinnthemovie-
intro.ogv type="video/ogv/">
<source src="http://movie.miestilomag.com/wp-content/uploads/2014/03/jinnthemovie-
intro.webm type="video/webm/">
<source src="http://jinnthemovie.com/wp-content/uploads/2014/03/jinnthemovie-
intro.mp4 type="video/mp4/">
</video>
</body>
</html>

You might also like