saq1b commited on
Commit
b592bbb
·
verified ·
1 Parent(s): 8789b54

Upload index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -3
templates/index.html CHANGED
@@ -120,10 +120,7 @@
120
  // Video element for preview (with controls)
121
  const previewVideo = document.createElement("video");
122
  previewVideo.className = "absolute top-0 left-0 w-full h-full object-cover";
123
- previewVideo.muted = true;
124
- previewVideo.loop = true;
125
  previewVideo.playsInline = true;
126
- previewVideo.autoplay = true;
127
  previewVideo.controls = true; // <-- now shows native video controls
128
  if (video.preview_video) {
129
  previewVideo.src = video.preview_video;
 
120
  // Video element for preview (with controls)
121
  const previewVideo = document.createElement("video");
122
  previewVideo.className = "absolute top-0 left-0 w-full h-full object-cover";
 
 
123
  previewVideo.playsInline = true;
 
124
  previewVideo.controls = true; // <-- now shows native video controls
125
  if (video.preview_video) {
126
  previewVideo.src = video.preview_video;