You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
455 B
26 lines
455 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>YouTube Player Sandbox</title> |
|
<style type="text/css"> |
|
html, body { |
|
height:100%; |
|
} |
|
body { |
|
margin:0; |
|
padding:0; |
|
max-width:100%; |
|
max-height:100%; |
|
overflow:hidden; |
|
} |
|
#youtubeplayer { |
|
width:100%; |
|
height:100%; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<div id="youtubeplayer"></div> |
|
<script src="__YOUTUBE_SANDBOX_JS_URL__" data-parent-origin="__PARENT_ORIGIN__"></script> |
|
</body> |
|
</html>
|
|
|