GitHub 博客园 Nanakon

☀【移动】高度自适应

<!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=&quot;avc1.42E01E, mp4a.40.2&quot;">
        </video>
    </div>
</body>
</html>

 

posted on 2013-10-28 15:59  jzm17173  阅读(529)  评论(0)    收藏  举报

导航

轻音