网页用HTML5video插入mp4格式的视频,打开网页不能播放,怎么解决

2025-03-22 21:26:56
推荐回答(1个)
回答1:

您好,推荐您使用div

    
    
    
    

附CSS代码
.Vidage{
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -9999;
}