我想在手机屏幕上显示整个视频

时间:2019-12-16 13:53:57

标签: javascript jquery html ajax

如何在手机屏幕上显示

enter image description here

enter image description here

1 个答案:

答案 0 :(得分:0)

为iframe设置了“ attachment-medium”类,将其替换为自定义类

    @media only screen and (max-width: 600px) {
     .attachment-medium {   
     width: 100% !important;
     min-width: 100% !important;
     min-height: auto; 
     } 

    video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto;
    height: auto;
   }

}