forked from EXT/VR180-Web-Player
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:
@@ -15,11 +15,6 @@
|
||||
max-width: 750px;
|
||||
margin: auto;
|
||||
}
|
||||
video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
BIN
sbs-video.mp4
BIN
sbs-video.mp4
Binary file not shown.
@@ -4,6 +4,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
|
||||
#playBtn {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
Reference in New Issue
Block a user