1
0

Update HTML, CSS, and video file

- Updated index.html with latest changes
- Updated vr180player/vr180-player.css with styling improvements
- Updated sbs-video.mp4 with new video content
This commit is contained in:
Michael Verdi
2025-08-01 14:38:42 -05:00
parent 090ad5f315
commit 0ef4ca56a5
3 changed files with 6 additions and 5 deletions

View File

@@ -15,11 +15,6 @@
max-width: 750px; max-width: 750px;
margin: auto; margin: auto;
} }
video {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
</style> </style>
</head> </head>
<body> <body>

Binary file not shown.

View File

@@ -4,6 +4,12 @@
width: 100%; width: 100%;
} }
video {
width: 100%;
height: auto;
aspect-ratio: 16/9;
}
#playBtn { #playBtn {
position: absolute; position: absolute;
top: 50%; top: 50%;