Skip to content

Instantly share code, notes, and snippets.

@wayou
Last active October 15, 2023 10:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wayou/2261da966019db57ba8a05bd0b7574a8 to your computer and use it in GitHub Desktop.
Save wayou/2261da966019db57ba8a05bd0b7574a8 to your computer and use it in GitHub Desktop.
inline play video in h5 video
<video
id="video"
width="100%"
preload="auto"
x-webkit-airplay="true"
webkit-playsinline="true"
playsinline="true"
x5-video-player-type="h5"
x5-video-player-fullscreen="true"
src="https://video.c-ctrip.com/videos/u20j0z000000mjvtd0DB6.mp4"
style="position: absolute; top: 0px; left: 0px; z-index: 0; display: block;"
class=""
></video>
@wayou
Copy link
Author

wayou commented Jan 12, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment