soiz1 commited on
Commit
f38b4fc
·
verified ·
1 Parent(s): a370b76

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -716,7 +716,7 @@
716
  let normalVideoWidth = videoContainer.clientWidth;
717
  let audioOnlyMode = false;
718
 
719
- const previewVideo = document.getElementById("previewVideo");
720
  previewVideo.src = video.src;
721
  previewVideo.preload = "auto";
722
 
 
716
  let normalVideoWidth = videoContainer.clientWidth;
717
  let audioOnlyMode = false;
718
 
719
+
720
  previewVideo.src = video.src;
721
  previewVideo.preload = "auto";
722