modified test.html

This commit is contained in:
MrAlienBoiGithub 2022-11-10 16:49:37 -05:00 committed by GitHub
parent 8167026d56
commit f0cd4faa12

View File

@ -3,23 +3,24 @@
<head>
</head>
<body>
<div class="gameWrapper">
<iframe src="tools/sm64/index.html" allowfullscreen></iframe>
<div class="container">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
</div>
<p>test</p>
</body>
<style>
.gameWrapper {
.container {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
max-width: 60%;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}
.gameWrapper iframe {
.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}