Spaces:
Running
Running
Commit ·
f2438c4
1
Parent(s): f88e88a
Publish
Browse files- Ark ReCode/script.js +1 -1
Ark ReCode/script.js
CHANGED
|
@@ -9,7 +9,7 @@ function playVideo(charName) {
|
|
| 9 |
video.width = 360;
|
| 10 |
video.controls = true;
|
| 11 |
video.autoplay = true;
|
| 12 |
-
video.volume = 0.
|
| 13 |
video.style.marginTop = "20px";
|
| 14 |
wrapper.appendChild(video);
|
| 15 |
}
|
|
|
|
| 9 |
video.width = 360;
|
| 10 |
video.controls = true;
|
| 11 |
video.autoplay = true;
|
| 12 |
+
video.volume = 0.1;
|
| 13 |
video.style.marginTop = "20px";
|
| 14 |
wrapper.appendChild(video);
|
| 15 |
}
|