1. 程式人生 > >解決移動端視訊層級最高的問題,修改video屬性

解決移動端視訊層級最高的問題,修改video屬性

在網頁設計在移動端設計的時候有些box裡面都是需要放置video的時候,video的時候的層級總是最高的,這個時候就是需要在video的基礎上修改屬性就可以了,具體的屬性如下,大家可以參考參考:

<video src="https://hy.v.netease.com/2018/1030/5c9caed3eea6c6e079673d031fca3350qt.mp4" controls="controls" x5-playsinline="" playsinline="true" webkit-playsinline="true" x-webkit-airplay="true" x5-video-player-type="h5" x5-video-player-fullscreen="" x5-video-orientation="portraint"></video>

各個屬性的參考如下:

controls="controls"

x5-playsinline=""

playsinline="true"

webkit-playsinline="true"

x-webkit-airplay="true"

x5-video-player-type="h5"

x5-video-player-fullscreen=""

x5-video-orientation="portraint"