解决微信浏览器video全屏的问题及黑边问题

论坛 期权论坛 脚本     
匿名技术用户   2020-12-27 10:40   35   0

这是苹果和安卓在微信上的效果图:
这里写图片描述
这里写图片描述

<video src="./mp4/v1.mp4" x5-video-player-type="h5"  id="player" height="100%" width="100%" webkit-playsinline playsinline x5-playsinline x5-video-player-fullscreen="true">
                    your browser does not support the video tag
                </video>

还有个问题,在android的微信里面,就算加上了上面的属性,还会出现上下有黑边,不能全屏的问题。所以需要设置:object-fit: fill

#player{
                position: absolute;
                z-index: 1;
                margin: 0;
                padding: 0;
                object-fit: fill;
            }
分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:7942463
帖子:1588486
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP