Spaces:
Running
Running
File size: 598 Bytes
0295db7 c1775b7 bf68c30 6c191da 0295db7 c1775b7 88d2faa 0295db7 4079b74 0295db7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div.status-card__image.status-card-video {
height:800px!important;
}
.container {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
/*padding-top: 56%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="container">
<iframe
class="responsive-iframe"
src="https://omnibus-moondream1.hf.space"
frameborder="0"
></iframe>
</div>
</body>
</html> |