<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title></title>
<style>
* {
margin: 0;
padding: 0;
}
.box {
position: relative;
}
.box img {
display: block;
}
.box video {
position: absolute;
top: 0;
left: 0;
}
</style>
</head>
<body>
<div class="box">
<img src="placeholder.png" width="100%">
<video width="100%" height="100%" controls>
<source src="http://v002.baomihua.com/pomoho_video/27887573.mp4" type="video/mp4; codecs="avc1.42E01E, mp4a.40.2"">
</video>
</div>
</body>
</html>