乐淘资源 生活百科 致敬“燃灯者”!这样的坚守让人感动

致敬“燃灯者”!这样的坚守让人感动

广告位

var u = navigator.userAgent, app = navigator.appVersion;
var isAndroid = u.indexOf(‘Android’) > -1 || u.indexOf(‘Linux’) > -1;
var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
if(isAndroid || isIOS){
console.log(window.location.href.substring(7,12))
$(“#vodPlayer”).html(‘‘);

}else{
console.log(window.location.href.substring(7,12))
$(“#vodPlayer”).html(‘‘);

$(“#vodPlayer .pc_video”).css({‘width’:’90%’,’height’:’100%’,’min-height’: ‘400px’});
//窄视频处理
var video = document.querySelector(‘video’);
var tankWidth = $(‘#vodPlayer’).width();
var videoNewHeight = parseInt(tankWidth/16*9);//视频的高度
video.addEventListener(‘canplay’, function () {
this.width = this.videoWidth;
this.height = this.videoHeight;
this.newScale = this.width/this.height;
this.videoNewWidth = parseInt(videoNewHeight*this.newScale);
if(this.width <= this.height){
$('#vodPlayer').css({'background':'#000','height':videoNewHeight})
$("#vodPlayer .pc_video").css({'width':this.videoNewWidth,'height':videoNewHeight});
$('#vodPlayer .pc_video').css('width',tankWidth)
}
});

}

本文来自网络,不代表乐淘资源立场,转载请注明出处,如有侵权问题需要处理,请联系站长删除。联系QQ 917118162

作者: admin

上一篇
下一篇
广告位
联系我们

联系我们

在线咨询: QQ交谈

邮箱: 917118162@qq.com

工作时间:周一至周五,9:00-17:30
关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部