标签:height res 视频 window 窗口 resize fullpage time set
$(window).on("resize", function () {
vSize();
})
function vSize() {
setTimeout(function () {
$(".FullPageSection .videobox video").css({ "transform": "scaleY(" + ($(".videobox").height() / $(".videobox video").height()*1.28)+ ")", "margin-top": -($(".videobox video").height() - $(".videobox").height()) / 2 })
}, 300)
}
标签:height res 视频 window 窗口 resize fullpage time set
原文地址:http://www.cnblogs.com/sunnie-cc/p/6553976.html