【实例简介】
【实例截图】
【核心代码】
html5手机移动端视频播放代码插件#modelView{background-color:#DDDDDD;z-index:0;opacity:0.7;height: 100%;width: 100%;position: relative;}
.playvideo{padding-top: auto;z-index: 9999;position: relative;}
.zy_media{z-index: 999999999}
您的浏览器不支持HTML5视频
//document.documentElement.style.overflow='hidden';
document.body.style.overflow='hidden';
zymedia('video',{autoplay: true});
var screenheight = window.screen.height/2;
$("#modelView").width(window.screen.width);
$("#modelView").height(window.screen.height);
var videoheight = $(".zy_media").height()/2;
var padding_top = screenheight-videoheight;
$(".playvideo").css({"top":padding_top});
$("#modelView").css({"margin-top":-1*(padding_top $(".zy_media").height())});
适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. 不支持IE8及以下浏览器。