Skip to content

Instantly share code, notes, and snippets.

@karosLi
Created October 23, 2019 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karosLi/8423a4c90d79db48f8c0703b063e0539 to your computer and use it in GitHub Desktop.
Save karosLi/8423a4c90d79db48f8c0703b063e0539 to your computer and use it in GitHub Desktop.
iphone-inline-video demo with playsinline // source https://jsbin.com/batetip/1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>iphone-inline-video demo with playsinline</title>
</head>
<body>
<video loop playsinline autoplay="autoplay" id="video1" muted="muted" poster="http://image.baby-kingdom.com/images2/2016/b/html5/wyeth_20161122_320x280/poster.jpg" type="video/mp4" width="100%" src="http://image.baby-kingdom.com/images2/2016/b/html5/wyeth_20161122_320x280/video.mp4">
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment