daydreamer-json commited on
Commit
b64f2ad
·
unverified ·
1 Parent(s): efb8638

Update gi_cutscn_viewer.html

Browse files
Files changed (1) hide show
  1. gi_cutscn_viewer.html +6 -4
gi_cutscn_viewer.html CHANGED
@@ -26,7 +26,7 @@
26
  flex-direction: column;
27
  height: 100vh;
28
  }
29
- #video, .plyr {
30
  flex-grow: 1;
31
  height: 100%;
32
  width: 100%;
@@ -44,9 +44,11 @@
44
  <select id="audioTrackPullDownMenu" name="audioTrackName" required>
45
  </select>
46
  </span></span></p>
47
- <video id="video" controls crossorigin>
48
- <source type="application/x-mpegURL">
49
- </video>
 
 
50
  </div>
51
  </div>
52
  <script>
 
26
  flex-direction: column;
27
  height: 100vh;
28
  }
29
+ .mainVideo {
30
  flex-grow: 1;
31
  height: 100%;
32
  width: 100%;
 
44
  <select id="audioTrackPullDownMenu" name="audioTrackName" required>
45
  </select>
46
  </span></span></p>
47
+ <div class="mainVideo">
48
+ <video id="video" controls crossorigin>
49
+ <source type="application/x-mpegURL">
50
+ </video>
51
+ </div>
52
  </div>
53
  </div>
54
  <script>