码迷,mamicode.com
首页 > 移动开发 > 详细

移动端适配video适配

时间:2017-12-29 15:17:07      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:log   ide   doctype   ble   移动端   ati   controls   http   span   

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>视频适配移动端</title>
    <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
    <meta content="yes" name="apple-mobile-web-app-capable">
    <meta content="black" name="apple-mobile-web-app-status-bar-style">
    <meta content="telephone=no" name="format-detection">
    <meta content="email=no" name="format-detection">
    <style type="text/css">
    body{ max-width: 
    640px; margin:0 auto; }
    </style>
</head>
<body>
<div style="padding:56% 0 0;position: relative;margin:0;background-color: #000;">
    <video style="position: absolute;height: 100%;width: 100%;top:0;left:0;" src="http://img.fuyuandian.com/kaiguang2.mp4" controls="controls"></video>
</div>
    
</body>
</html>

 

移动端适配video适配

标签:log   ide   doctype   ble   移动端   ati   controls   http   span   

原文地址:https://www.cnblogs.com/huanghuali/p/8143366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!