Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Picture-in-Picture test - transparent overlays - 3</title>
<script type="text/javascript" src="click-event-helper.js"></script>
</head>
<body>
<video id="video-partial-opacity" style="position: absolute; margin: auto; user-select: none; width: 640xp; height: 360px; left: 300px; top: 300px" src="test-video.mp4" autoplay="" loop="true"></video>
<div style="position: fixed; bottom: 50px; right: 0px; width: 100%; height: 50%; background-color: rgba(0, 0, 0, .9); will-change: transform;"></div>
</body>
</html>