Skip to content

Instantly share code, notes, and snippets.

@vladimyr
Last active August 3, 2020 13:21
Show Gist options
  • Save vladimyr/7927ec068a5564577dd76606eec4c011 to your computer and use it in GitHub Desktop.
Save vladimyr/7927ec068a5564577dd76606eec4c011 to your computer and use it in GitHub Desktop.
Brightcove demo player
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Brightcove demo player</title>
</head>
<body>
<div style="position: relative; display: block; max-width: 960px;"><div style="padding-top: 56.25%;"><iframe src="https://players.brightcove.net/6175969021001/SrrwvPcsoN_default/index.html?videoId=6176149862001" allowfullscreen="" allow="encrypted-media" style="position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%;"></iframe></div></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment