<video class="videoItem" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-player-type="h5" :src="item.photoUrl" x5-video-player-fullscreen="true" controls="controls" type="video/mp4"></video>
在Android的微信里面,就算加上了上面的屬性,還會出現上下有黑邊,不能全屏的問題。
解決辦法:給video的style屬性加上object-fit: fill;